milis/talimatname/genel/l/lazagne/talimat

23 lines
516 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Bilgisayara kayıtlı şifreleri bulma programı
# URL: https://github.com/AlessandroZ/LaZagne
# Paketçi: Cihan Alkan
# Gerekler: python-pyasn1 python-crypto python python-pip
# Grup: sistem
isim=lazagne
surum=2.2
devir=1
kaynak=(https://github.com/AlessandroZ/LaZagne/archive/$surum.tar.gz
sifrebul)
derle() {
cd LaZagne-$surum
mkdir -p $PKG/usr/share/$isim
cp -r Linux/* $PKG/usr/share/$isim/
mkdir -p $PKG/usr/bin
cp $SRC/sifrebul $PKG/usr/bin/
chmod +x $PKG/usr/bin/sifrebul
}