[arch-commits] Commit in (4 files)

Levente Polyak anthraxx at archlinux.org
Mon Sep 25 10:57:16 UTC 2017


    Date: Monday, September 25, 2017 @ 10:57:16
  Author: anthraxx
Revision: 260530

addpkg: pixiewps 1.2.2.19.gf723d50-1

Added:
  pixiewps/
  pixiewps/repos/
  pixiewps/trunk/
  pixiewps/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: pixiewps/trunk/PKGBUILD
===================================================================
--- pixiewps/trunk/PKGBUILD	                        (rev 0)
+++ pixiewps/trunk/PKGBUILD	2017-09-25 10:57:16 UTC (rev 260530)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Mitch Bigelow <ipha00 at gmail.com>
+
+pkgname=pixiewps
+pkgver=1.2.2.19.gf723d50
+pkgrel=1
+_gitcommit=f723d5017f304b727981560396044d7d11ec1080
+pkgdesc='Offline bruteforce of the WPS pin exploiting the low or non-existing entropy of some APs'
+url='https://github.com/wiire/pixiewps'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc')
+makedepends=('git')
+optdepends=('reaver: authentication session key support'
+            'bully: authentication session key support')
+source=(${pkgname}::"git+https://github.com/wiire/pixiewps#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --always|sed 's/^v//;s/-/./g'
+}
+
+build() {
+  cd ${pkgname}
+  make -C src
+}
+
+package() {
+  cd ${pkgname}
+  make -C src DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 pixiewps.1 -t "${pkgdir}/usr/share/man/man1"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list