summaryrefslogtreecommitdiff
path: root/portdbc/Pkgfile
blob: c8a09cb2d081d5d32dd1d8a6806299cb3f4e3291 (plain)
    1 # Description: CRUX's portdb command line client
    2 # URL: https://github.com/sepen/portdbc
    3 # Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
    4 # Depends on: curl libxml2
    5 
    6 name=portdbc
    7 version=1.1
    8 release=5
    9 source=(https://crux.nu/files/$name-$version.tar.bz2 fixups.patch)
   10 
   11 build() {
   12   cd $name-$version
   13 
   14   patch -p1 < $SRC/fixups.patch
   15   make
   16   make DESTDIR=$PKG MANDIR=/usr/share/man install
   17 }

Generated by cgit