# -*- 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-luaposix
version                     36.1
revision                    0
luarocks.rock               luaposix-${version}-1.src.rock
license                     MIT
maintainers                 nomaintainer

description                 Lua bindings for POSIX
long_description            A library binding various POSIX APIs. POSIX is the IEEE Portable \
                            Operating System Interface standard. luaposix is based on lposix.

checksums                   rmd160  ad4bc8f7cce0c6cfd674213a164a1345c634be03 \
                            sha256  4d7b783deebeb8e9f84fdbea5588fac0c18e637996b67df39439b9eb568517dc \
                            size    307400

luarocks.worksrcdir         luaposix-${version}

luarocks.build_type         command

luarocks.search_lua_dir     yes

if {${subport} eq "lua51-luaposix"} {
    luarocks.dependencies   bit32
}

luarocks.uploader           gvvaughan
