We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3373be1 commit 8ae2111Copy full SHA for 8ae2111
srcpkgs/cli11/template
@@ -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