You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
870 B
Tcl
26 lines
870 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup luarocks_org 1.0
|
|
|
|
name lua-mpack
|
|
version 1.0.9
|
|
revision 0
|
|
luarocks.rock mpack-${version}-0.src.rock
|
|
license MIT
|
|
maintainers {l2dy @l2dy} openmaintainer
|
|
|
|
description msgpack for Lua
|
|
long_description libmpack is a simple implementation of msgpack. \
|
|
This port provides bindings for Lua.
|
|
|
|
checksums rmd160 1421da2acf8dab8023013f3eb1e6256ad335e40c \
|
|
sha256 0ec2b3d0dc9a9f234c7ce7ef2d4994065ec703315ba4fae6a75fe2082b54ac35 \
|
|
size 18733
|
|
|
|
patchfiles-append patch-c_std.diff
|
|
|
|
luarocks.worksrcdir libmpack-lua-${version}
|
|
|
|
luarocks.uploader tarruda
|