first commit
This commit is contained in:
3
src/xfce4-appfinder/.gitignore
vendored
Normal file
3
src/xfce4-appfinder/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.cache/
|
||||
dist/
|
||||
root/
|
2
src/xfce4-appfinder/changes.md
Normal file
2
src/xfce4-appfinder/changes.md
Normal file
@@ -0,0 +1,2 @@
|
||||
# 4.18.1
|
||||
First version
|
16
src/xfce4-appfinder/pkg.sh
Normal file
16
src/xfce4-appfinder/pkg.sh
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME="xfce4-appfinder"
|
||||
DESC="Xfce4 Appfinder is a tool to find and launch installed applications by searching the .desktop files installed on your system"
|
||||
VERSION="4.18.1"
|
||||
FILES=("https://archive.xfce.org/src/xfce/xfce4-appfinder/4.18/xfce4-appfinder-$VERSION.tar.bz2")
|
||||
HASHES=("621d811f93b3edaac4a0205bc18ef5c5")
|
||||
DEPENDS=("garcon")
|
||||
|
||||
PACKAGE() {
|
||||
tar xf $NAME-$VERSION.tar.bz2
|
||||
cd $NAME-$VERSION
|
||||
|
||||
./configure --prefix=/usr
|
||||
make && make DESTDIR="$ROOTDIR" install
|
||||
|
||||
cd .. && rm -r $NAME-$VERSION
|
||||
}
|
Reference in New Issue
Block a user