wok-next view airgeddon/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents ee9f62ea5d47
children 7b8e000b629f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="airgeddon"
4 VERSION="3.31"
5 HASH="5d18ec5583c8870fd92e7e60bd50af3e6175b6b5"
6 CATEGORY="network"
7 SHORT_DESC="Multi-use bash script for Linux systems to audit wireless networks"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/v1s1t0r1sh3r3/airgeddon"
12 TARBALL="$PACKAGE-$HASH.sh"
13 WGET_URL="$WEB_SITE/raw/$HASH/$PACKAGE.sh"
15 compile_rules() {
16 install -Dm755 $src/$TARBALL $install/usr/sbin/airgeddon
17 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="bash iw aircrack-ng curl crunch mdk3"
21 }