17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
# Description: A fast and light image viewer
|
|
# URL: https://feh.finalrewind.org/
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
# Depends on: imlib2 xorg-libxinerama xorg-libxt
|
|
|
|
name=feh
|
|
version=3.10.2
|
|
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
|
|
}
|