17 lines
534 B
Bash
17 lines
534 B
Bash
# Template file for 'cxxopts'
|
|
pkgname=cxxopts
|
|
version=3.0.0
|
|
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=36f41fa2a46b3c1466613b63f3fa73dc24d912bc90d667147f1e43215a8c6d00
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|