You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ce801b48c0
[skip ci]
26 lines
998 B
Tcl
26 lines
998 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-luazip
|
|
version 1.2.7
|
|
revision 0
|
|
epoch 1
|
|
luarocks.rock luazip-${version}-1.src.rock
|
|
license MIT
|
|
categories lua devel archivers
|
|
maintainers nomaintainer
|
|
|
|
description LuaZip is a Lua extension library used to read files stored inside zip files.
|
|
long_description LuaZip is a lightweight Lua extension library used to read files stored inside zip files. \
|
|
The API is very similar to the standard Lua I/O library API.
|
|
|
|
checksums rmd160 c450d2eeb42ee54ce0618f1c5ad9d7020fd7af24 \
|
|
sha256 7480e980da7a1b1e51094242e16fb83f3d5f2bbc0e23e421d47099ab42a6f9fa \
|
|
size 50385
|
|
|
|
depends_lib port:libzzip
|
|
|
|
luarocks.uploader mpeterv
|