New package: cli11-2.5.0

This commit is contained in:
classabbyamp 2025-07-25 12:37:53 -04:00
parent b6536d2113
commit f4ff5188c1
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

17
srcpkgs/cli11/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'cli11'
pkgname=cli11
version=2.5.0
revision=1
build_style=cmake
configure_args="-DCLI11_BUILD_TESTS=OFF -DCLI11_BUILD_EXAMPLES=OFF"
short_desc="Command line parser for C++11"
maintainer="classabbyamp <void@placeviolette.net>"
license="BSD-3-Clause"
homepage="https://github.com/CLIUtils/CLI11"
changelog="https://github.com/CLIUtils/CLI11/raw/main/CHANGELOG.md"
distfiles="https://github.com/CLIUtils/CLI11/archive/refs/tags/v${version}.tar.gz"
checksum=17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55
post_install() {
vlicense LICENSE
}