New package: cxxopts-3.0.0

This commit is contained in:
teldra 2022-07-14 14:52:10 +02:00 committed by Đoàn Trần Công Danh
parent 9d43a9afd5
commit 61b5794dcf
1 changed files with 16 additions and 0 deletions

16
srcpkgs/cxxopts/template Normal file
View File

@ -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 <teldra@rotce.de>"
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
}