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

post_install() {
	vlicense LICENSE
}
