Skip to content

Commit

Permalink
fluxion: minor style fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Oct 10, 2024
1 parent 71db40c commit 9494897
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/fluxion/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ url='https:/FluxionNetwork/fluxion'
license=('GPL3')
source=("git+https:/FluxionNetwork/$pkgname.git")
depends=('aircrack-ng' 'bash>=4.2' 'coreutils' 'awk' 'iw' 'unzip' 'curl' 'bc'
'xterm' 'cowpatty' 'dhcp' 'dsniff' 'p7zip' 'hostapd' 'lighttpd' 'macchanger'
'mdk3' 'mdk4' 'nmap' 'php-cgi' 'xorg-xdpyinfo')
'xterm' 'cowpatty' 'dhcp' 'dsniff' 'p7zip' 'hostapd' 'lighttpd'
'macchanger' 'mdk3' 'mdk4' 'nmap' 'php-cgi' 'xorg-xdpyinfo')
makedepends=('binutils' 'coreutils' 'git')
sha512sums=('SKIP')

Expand All @@ -39,7 +39,7 @@ package() {
install -dm 755 "$pkgdir/usr/share/$pkgname"

install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname/" *.md
install -Dm 644 -t "$pkgdir/usr/share/man/man1/" docs/man/fluxion.1
install -Dm 644 -t "$pkgdir/usr/share/man/man1/" "docs/man/$pkgname.1"
install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

rm -rf *.md .git* *.yml .project .editorconfig
Expand Down

0 comments on commit 9494897

Please sign in to comment.