contrib/feh/Pkgfile

17 lines
393 B
Plaintext
Raw Normal View History

2021-12-03 00:46:41 +01:00
# Description: A fast and light image viewer
# URL: https://feh.finalrewind.org/
2021-12-03 00:46:41 +01:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2021-12-29 16:53:08 +01:00
# Depends on: imlib2 xorg-libxinerama xorg-libxt
name=feh
2022-08-31 00:21:37 +02:00
version=3.9.1
release=1
source=(https://feh.finalrewind.org/feh-$version.tar.bz2)
build() {
cd $name-$version
make PREFIX=/usr
make PREFIX=/usr DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}