New package: qrintf-0.9.2

This commit is contained in:
Juan RP 2015-09-28 20:34:55 +02:00
parent 777938d51f
commit e86078c36d

22
srcpkgs/qrintf/template Normal file
View file

@ -0,0 +1,22 @@
# Template file for 'qrintf'
pkgname=qrintf
version=0.9.2
revision=1
build_pie=yes
noarch=yes
depends="perl"
short_desc="A sprintf accelerator for GCC and Clang"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://github.com/h2o/qrintf"
distfiles="https://github.com/h2o/qrintf/archive/v${version}.tar.gz"
checksum=b63950395ebb2fbf32d0047b4155f92b88b57d557ca3225dafc40216d3f90899
do_build() {
make CC=$CC
}
do_install() {
make PREFIX=${DESTDIR}/usr install
sed -n '3,21 p' bin/qrintf > LICENSE
vlicense LICENSE
}