contrib/hiredis/Pkgfile

19 lines
251 B
Plaintext
Raw Normal View History

2016-08-06 17:34:10 +02:00
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=hiredis
version=0.13.3
release=1
source=(https://github.com/redis/hiredis/archive/v${version}.tar.gz)
build() {
cd $name-$version
make
make PREFIX=/usr DESTDIR=$PKG install
}