milis/talimatname/genel/lazagne/talimat

22 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.

# Description: Bilgisayara kayıtlı şifreleri bulma programı
# URL: https://github.com/AlessandroZ/LaZagne
# Packager: Cihan Alkan
# Depends on: python-pyasn1 python-crypto python python-pip
name=lazagne
version=2.2
release=1
source=(https://github.com/AlessandroZ/LaZagne/archive/$version.tar.gz
sifrebul)
build() {
cd LaZagne-$version
mkdir -p $PKG/usr/share/$name
cp -r Linux/* $PKG/usr/share/$name/
mkdir -p $PKG/usr/bin
cp $SRC/sifrebul $PKG/usr/bin/
chmod +x $PKG/usr/bin/sifrebul
}