void-packages/srcpkgs/hiredis/template

23 lines
614 B
Bash
Raw Normal View History

2015-07-10 06:56:33 +00:00
# Template file for 'hiredis'
pkgname=hiredis
2015-08-26 14:40:25 +00:00
version=0.13.2
2015-07-10 06:56:33 +00:00
revision=1
build_style=gnu-makefile
short_desc="Minimalistic C client for Redis"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="BSD"
homepage="https://github.com/redis/hiredis"
distfiles="https://github.com/redis/hiredis/archive/v$version.tar.gz"
2015-08-26 14:40:25 +00:00
checksum=b0cf73ebe039fe25ecaaa881acdda8bdc393ed997e049b04fc20865835953694
2015-07-10 06:56:33 +00:00
hiredis-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}