dev-nim/cligen: add 1.5.27

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2022-08-04 17:27:47 +05:00
parent 3cc6e8a85c
commit 9bf46efefa
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST cligen-1.5.24.tar.gz 416445 BLAKE2B 22b1b30340dc56b8a7b3a422f1f9156939e2b027f060ca50f814e9ce491b8ef7aea082f7032fb7b1d417bf0a2b843b6dd10b79ad0b8529ad2f8fbeb5a56c9549 SHA512 9673766de8bf3f5da613bea3a143ab1ee9b9d569995f706fa459822dc20a86c46ec71dd24985d36c5120409e99dcb3eb7401ea50647c28f8128fa5fd0a671491
DIST cligen-1.5.27.tar.gz 420935 BLAKE2B 4528b77270edd1dfdbf5eecbab1458d852e3bbbf8c3a5870571be9edc4a21a06fdd49d479cd5a2c4a833f2534798e98c4cd5cfed647e78db3c9851f1d4bc9772 SHA512 4f2e576114b019b4f5fc5aded18ae8ce9bcdb81af3a0d6187368473a2f33f4b5d320485485beb6b452c91d81f46392d957430e546dc0113008f7202f22330bc3

View File

@@ -0,0 +1,30 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nimble
DESCRIPTION="Infer & generate command-line interface/option/argument parser"
HOMEPAGE="
https://github.com/c-blake/cligen
https://nimble.directory/pkg/cligen
"
SRC_URI="https://github.com/c-blake/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC MIT"
SLOT="${PV}"
KEYWORDS="~amd64"
DOCS=( configs examples {MOTIVATION,README,RELEASE-NOTES,TODO}.md )
set_package_url "https://github.com/c-blake/cligen"
src_test() {
emake -f GNUmakefile
}
src_install() {
docompress -x /usr/share/doc/${PF}/examples
nimble_src_install
}