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
1.1 KiB
Tcl
26 lines
1.1 KiB
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-rings
|
|
version 1.3.0
|
|
revision 0
|
|
luarocks.rock rings-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
description Create new Lua states from within Lua
|
|
long_description Rings is a library which provides a way to create new Lua states \
|
|
from within Lua. It also offers a simple way to communicate \
|
|
between the creator (master) and the created (slave) states.
|
|
|
|
checksums rmd160 5bd85cce894b0420a93fa2fbda3db5e18892a10a \
|
|
sha256 627ac55d4a420fab766e6870fcd82cb39da12fb4ec8efddc7220b188a4ad4bc3 \
|
|
size 36009
|
|
|
|
luarocks.worksrcdir rings-v_[string map {. _} ${version}]
|
|
|
|
test.run yes
|
|
|
|
luarocks.uploader tomasguisasola
|