# Template file for 'cxxopts'
pkgname=cxxopts
version=3.3.1
revision=1
build_style=cmake
short_desc="Lightweight C++ command line option parser"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jarro2783/cxxopts"
changelog="https://raw.githubusercontent.com/jarro2783/cxxopts/master/CHANGELOG.md"
distfiles="https://github.com/jarro2783/cxxopts/archive/refs/tags/v${version}.tar.gz"
checksum=3bfc70542c521d4b55a46429d808178916a579b28d048bd8c727ee76c39e2072

post_install() {
	vlicense LICENSE
}
