penc,lsheep

This commit is contained in:
milisbir 2018-04-15 13:52:26 +03:00
parent d39c5304a7
commit 451912ab6b
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
/usr/share/pencilsheep/bin/pencilsheep "$@"

View File

@ -0,0 +1,18 @@
# Tanım: Resim düzenleme uygulaması
# URL: http://pencilsheep.com
# Paketçi: Cihan_Alkan
# Gerekler: sdl2-ttf
# Grup: grafik
isim=pencilsheep
surum=0.100.04
devir=1
kaynak=(http://pencilsheep.com/dl/pencilsheep.deb
pencilsheep.sh)
derle() {
ar x pencilsheep.deb
tar -xf data.tar.?z -C "$PKG" ./usr
mkdir $PKG/usr/bin
cp -r $SRC/pencilsheep.sh $PKG/usr/bin/pencilsheep
}