-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: packaging for debian, redhat and archlinux * fix: replaced deprecated service by systemctl (#26) * fix: crunch and mdk4 are now optional dependencies * fix: replaced gnome-terminal by xfce4-terminal for handshake decryption * fix: dependabot schedule interval is now set to daily Signed-off-by: Martin Olivier <[email protected]>
- Loading branch information
1 parent
96696e1
commit 48d8f6f
Showing
15 changed files
with
278 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
-s dir ./target/release/airgorah ./icons/app_icon.png package README.md LICENSE | ||
--name airgorah | ||
--license MIT | ||
--version 0.4.1 | ||
--description "A WiFi auditing software that can perform deauth attacks and passwords cracking" | ||
--url "https://github.com/martin-olivier/airgorah" | ||
--maintainer "Martin Olivier <[email protected]>" | ||
|
||
--depends bash | ||
--depends systemd | ||
--depends xfce4-terminal | ||
--depends iw | ||
--depends macchanger | ||
--depends aircrack-ng | ||
|
||
target/release/airgorah=/usr/bin/airgorah | ||
icons/app_icon.png=/usr/share/pixmaps/airgorah.png | ||
|
||
package/config.toml=/etc/airgorah/config.toml | ||
package/.desktop=/usr/share/applications/airgorah.desktop | ||
package/.policy=/usr/share/polkit-1/actions/org.freedesktop.policykit.airgorah.policy | ||
|
||
README.md=/usr/share/doc/airgorah/README.md | ||
LICENSE=/usr/share/doc/airgorah/LICENSE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.