New package: gflags-2.1.2
This commit is contained in:
parent
874f08fd24
commit
a7a2bf2dc7
1 changed files with 19 additions and 0 deletions
19
srcpkgs/gflags/template
Normal file
19
srcpkgs/gflags/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'gflags'
|
||||||
|
pkgname=gflags
|
||||||
|
version=2.1.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake"
|
||||||
|
short_desc="A C++ library that implements commandline flags processing"
|
||||||
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
license="3-clause-BSD"
|
||||||
|
homepage="http://gflags.github.io/gflags"
|
||||||
|
distfiles="https://github.com/gflags/gflags/archive/v${version}.tar.gz"
|
||||||
|
checksum=d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662
|
||||||
|
|
||||||
|
post_install(){
|
||||||
|
vlicense COPYING.txt
|
||||||
|
vdoc ChangeLog.txt
|
||||||
|
vdoc README.md
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue