pixiewps: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-02-15 09:50:41 +00:00
parent 7a149f4790
commit 5f25716cb1
3 changed files with 0 additions and 30 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pixiewps
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/pixiewps.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39eWPCagqEjimt6ZKGjLs8OHHNGiFyLJ4QtJTIaS6+IiDDMhfQE8vVfW3PtVKmPyiLTc3ymPvQDHiGl2QaR21AI=
SHA256 (Pkgfile) = 97b97f21460855249a6ec392e766f74bda044e6fa2a69890c17550bb7f67854e
SHA256 (.footprint) = 1e6028018da4c8a69892341c44e478e6287644860a0c605c37b27085d507c57a
SHA256 (pixiewps-1.4.2.tar.gz) = c73ffd58c461a88504cca36e5a29981dc68b78f8fdd31d7c546bc204fad7c435

View File

@ -1,18 +0,0 @@
# Description: Bruteforce offline the WPS PIN
# URL: https://github.com/wiire-a/pixiewps
# Maintainer: UNMAINTAINED
# Depends on: openssl
name=pixiewps
version=1.4.2
release=1
source=(https://github.com/wiire-a/$name/archive/v$version/$name-$version.tar.gz)
build() {
cd $name-$version
make OPENSSL=1 CFLAGS="${CFLAGS}"
make DESTDIR=$PKG PREFIX=/usr install
install -Dm644 $name.1 -t $PKG/usr/share/man/man1
}