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
2023-07-12 16:57:21 +02:00
version=1.2.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
}