# Template file for 'cli11'
pkgname=cli11
version=2.7.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=46eef3101da70852ec7af026e09d485ccee81813331c8c6052d39344443b83da

post_install() {
	vlicense LICENSE
}
