[arch-commits] Commit in pixiewps/repos (4 files)

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


    Date: Monday, September 25, 2017 @ 10:57:48
  Author: anthraxx
Revision: 260531

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pixiewps/repos/community-i686/
  pixiewps/repos/community-i686/PKGBUILD
    (from rev 260530, pixiewps/trunk/PKGBUILD)
  pixiewps/repos/community-x86_64/
  pixiewps/repos/community-x86_64/PKGBUILD
    (from rev 260530, pixiewps/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: pixiewps/repos/community-i686/PKGBUILD (from rev 260530, pixiewps/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-25 10:57:48 UTC (rev 260531)
@@ -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:

Copied: pixiewps/repos/community-x86_64/PKGBUILD (from rev 260530, pixiewps/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-25 10:57:48 UTC (rev 260531)
@@ -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