mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
910 B
Tcl
26 lines
910 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-luafilesystem
|
|
version 1.8.0
|
|
revision 0
|
|
epoch 1
|
|
luarocks.rock luafilesystem-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Lua library to complement the set of functions related to file systems offered by the standard Lua distribution.
|
|
long_description {*}${description}.
|
|
|
|
homepage https://github.com/lunarmodules/luafilesystem
|
|
|
|
checksums rmd160 09157d6d308807cf1feb823213f5af59fe80b053 \
|
|
sha256 576270a55752894254c2cba0d49d73595d37ec4ea8a75e557fdae7aff80e19cf \
|
|
size 39583
|
|
|
|
test.run yes
|
|
|
|
luarocks.uploader hisham
|