New package: cppcodec-0.2
This commit is contained in:
parent
000c306aaa
commit
d2aa49d1d7
1 changed files with 17 additions and 0 deletions
17
srcpkgs/cppcodec/template
Normal file
17
srcpkgs/cppcodec/template
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Template file for 'cppcodec'
|
||||||
|
pkgname=cppcodec
|
||||||
|
version=0.2
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="catch2"
|
||||||
|
short_desc="Header-only C++11 library to encode/decode base64*, base32* and hex"
|
||||||
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/tplgy/cppcodec"
|
||||||
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
|
checksum=0edaea2a9d9709d456aa99a1c3e17812ed130f9ef2b5c2d152c230a5cbc5c482
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue