# Template file for 'cli11'
pkgname=cli11
version=2.6.2
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=c6ea6b2e5608b3ea8617999bd5f47420c71b2ebdb8dc4767c1034d1da5785711

post_install() {
	vlicense LICENSE
}
