summaryrefslogtreecommitdiff
path: root/hiredis/Pkgfile
blob: d79d593767d1a3abc149c40b72fdd75e7a6ecf3b (plain)
    1 # Description: minimalistic C client library for the redis database
    2 # URL:         https://github.com/redis/hiredis
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 # Depends on:
    5 
    6 name=hiredis
    7 version=0.14.0
    8 release=1
    9 source=(https://github.com/redis/hiredis/archive/v${version}.tar.gz)
   10 
   11 build() {
   12 	cd $name-$version
   13 
   14   make
   15   make PREFIX=/usr DESTDIR=$PKG install
   16 
   17 }

Generated by cgit