added feh package
This commit is contained in:
parent
03483fd716
commit
420a093e17
|
@ -0,0 +1,18 @@
|
|||
# Description: A fast and light image viewer
|
||||
# URL: https://feh.finalrewind.org/
|
||||
# Maintainer: Alexander Zhirov
|
||||
# Depends on: imlib2 xorg-libxinerama xorg-libxt
|
||||
|
||||
name=feh
|
||||
version=3.10.2
|
||||
release=1
|
||||
source=(https://feh.finalrewind.org/$name-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
make PREFIX=/usr
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/doc
|
||||
}
|
Loading…
Reference in New Issue