added feh package

This commit is contained in:
Alexander Zhirov 2024-03-14 18:56:44 +03:00
parent 03483fd716
commit 420a093e17
1 changed files with 18 additions and 0 deletions

18
packages/f/feh/Pkgfile Normal file
View File

@ -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
}