# Description: simple/suckless image-viewer # URL: https://github.com/muennich/sxiv # Maintainer: John Vogel, jvogel4 at stny dot rr dot com # Depends on: giflib imlib2 libexif xorg-libxft name=sxiv version=24 release=1 source=(https://github.com/muennich/$name/archive/v$version/$name-$version.tar.gz config.h) build () { cd $name-$version cp $SRC/config.h . make CC=gcc CFLAGS="$CFLAGS" make DESTDIR=$PKG PREFIX=/usr install }