New package: cxxopts-3.0.0
This commit is contained in:
parent
9d43a9afd5
commit
61b5794dcf
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue