New package: cppcodec-0.2

This commit is contained in:
Julio Galvan 2019-05-14 17:51:20 -07:00 committed by Enno Boland
parent 000c306aaa
commit d2aa49d1d7

17
srcpkgs/cppcodec/template Normal file
View 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
}