contrib/sxiv/Pkgfile

19 lines
447 B
Plaintext
Raw Normal View History

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