Files

27 lines
907 B
Tcl
Raw Permalink Normal View History

2021-07-15 13:09:52 -06:00
# -*- 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
2023-03-11 07:57:23 -07:00
PortGroup luarocks_org 1.0
2021-07-15 13:09:52 -06:00
2023-03-11 07:57:23 -07:00
name lua-argparse
version 0.7.1
2021-07-15 13:09:52 -06:00
revision 0
2023-03-11 07:57:23 -07:00
epoch 1
luarocks.rock argparse-${version}-1.src.rock
2021-07-15 13:09:52 -06:00
license MIT
2024-02-08 09:20:46 -06:00
maintainers nomaintainer
2021-07-15 13:09:52 -06:00
description Argparse is a feature-rich command line parser for Lua inspired by argparse for Python
2022-12-04 22:06:20 +11:00
long_description {*}${description}.
2021-07-15 13:09:52 -06:00
homepage https://github.com/luarocks/argparse
checksums rmd160 f5e50f53d592d223330d663c494c558bdbfa157c \
sha256 ea30d0643586a20aeb6349ca8cb7db63aefc21d9aa007c7b7168a7c564817879 \
size 56484
2023-03-11 07:57:23 -07:00
luarocks.pure_lua yes
luarocks.worksrcdir argparse-${version}
luarocks.uploader argparse