diff --git a/srcpkgs/cxxopts/template b/srcpkgs/cxxopts/template new file mode 100644 index 00000000000..07c6c0b6a31 --- /dev/null +++ b/srcpkgs/cxxopts/template @@ -0,0 +1,16 @@ +# Template file for 'cxxopts' +pkgname=cxxopts +version=3.0.0 +revision=1 +build_style=cmake +short_desc="Lightweight C++ command line option parser" +maintainer="teldra " +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=36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00 + +post_install() { + vlicense LICENSE +}