[arch-commits] Commit in (bully bully/repos bully/trunk bully/trunk/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Sep 25 15:50:06 UTC 2017


    Date: Monday, September 25, 2017 @ 15:50:06
  Author: anthraxx
Revision: 260556

addpkg: bully 1.1.12.g04185d7-1

Added:
  bully/
  bully/repos/
  bully/trunk/
  bully/trunk/PKGBUILD

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

Added: bully/trunk/PKGBUILD
===================================================================
--- bully/trunk/PKGBUILD	                        (rev 0)
+++ bully/trunk/PKGBUILD	2017-09-25 15:50:06 UTC (rev 260556)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Ľubomír 'The_K' Kučera <lubomir-dot-kucera-dot-jr-at-gmail-dot-com>
+
+pkgname=bully
+pkgver=1.1.12.g04185d7
+pkgrel=1
+_gitcommit=04185d7b1d1a7909f47f23fbd85691401c7fabd7
+pkgdesc='Retrieve WPA/WPA2 passphrase from a WPS enabled access point'
+url='https://github.com/aanarchyy/bully'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('glibc' 'libpcap' 'aircrack-ng')
+optdepends=('pixiewps: pixiewps support')
+makedepends=('git')
+source=(${pkgname}::"git+https://github.com/aanarchyy/bully#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 install DESTDIR="${pkgdir}" prefix=/usr
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list