contrib/hiredis/Pkgfile

16 lines
379 B
Plaintext
Raw Normal View History

2021-09-19 23:37:57 +02:00
# Description: Minimalistic C client library for Redis
# URL: https://github.com/redis/hiredis/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: redis
name=hiredis
2022-11-16 21:09:41 +01:00
version=1.1.0
2021-09-19 23:37:57 +02:00
release=1
source=(https://github.com/redis/hiredis/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make PREFIX=/usr
make DESTDIR=$PKG PREFIX=/usr install
}