Skip to content

Commit 8ae2111

Browse files
committed
New package: cli11-2.5.0
1 parent 3373be1 commit 8ae2111

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

srcpkgs/cli11/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'cli11'
2+
pkgname=cli11
3+
version=2.5.0
4+
revision=1
5+
build_style=cmake
6+
configure_args="-DCLI11_BUILD_TESTS=OFF -DCLI11_BUILD_EXAMPLES=OFF"
7+
short_desc="Command line parser for C++11"
8+
maintainer="classabbyamp <void@placeviolette.net>"
9+
license="BSD-3-Clause"
10+
homepage="https://github.com/CLIUtils/CLI11"
11+
changelog="https://github.com/CLIUtils/CLI11/raw/main/CHANGELOG.md"
12+
distfiles="https://github.com/CLIUtils/CLI11/archive/refs/tags/v${version}.tar.gz"
13+
checksum=17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55
14+
15+
post_install() {
16+
vlicense LICENSE
17+
}

0 commit comments

Comments
 (0)