You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
27 lines
907 B
Tcl
27 lines
907 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-argparse
|
|
version 0.7.1
|
|
revision 0
|
|
epoch 1
|
|
luarocks.rock argparse-${version}-1.src.rock
|
|
license MIT
|
|
maintainers nomaintainer
|
|
|
|
description Argparse is a feature-rich command line parser for Lua inspired by argparse for Python
|
|
long_description {*}${description}.
|
|
|
|
homepage https://github.com/luarocks/argparse
|
|
|
|
checksums rmd160 f5e50f53d592d223330d663c494c558bdbfa157c \
|
|
sha256 ea30d0643586a20aeb6349ca8cb7db63aefc21d9aa007c7b7168a7c564817879 \
|
|
size 56484
|
|
|
|
luarocks.pure_lua yes
|
|
luarocks.worksrcdir argparse-${version}
|
|
|
|
luarocks.uploader argparse
|