summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHythlodaeus2016-05-29 19:59:54 +0000
committerHythlodaeus2016-05-29 19:59:54 +0000
commite983012e51b5435421a48c515bd6456cac73af61 (patch)
treed7fce401f936892d0b28e170803c1e145ab6b28c /PKGBUILD
downloadaur-e983012e51b5435421a48c515bd6456cac73af61.tar.gz
Version 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..9094dd1fa222
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,30 @@
+# Maintainer: Hythlodaeus <matteodelseppiaomm@gmail.com>
+pkgname=unix-privesc-check
+pkgver=1.4
+pkgrel=1
+epoch=
+pkgdesc=""
+arch=(x86_64 i686)
+url="http://pentestmonkey.net/tools/audit/unix-privesc-check"
+license=('GPLv2')
+groups=()
+depends=()
+makedepends=()
+checkdepends=()
+optdepends=()
+provides=('unix-privesc-check')
+conflicts=()
+replaces=()
+backup=()
+options=()
+install=
+changelog=
+source=("http://pentestmonkey.net/tools/unix-privesc-check/unix-privesc-check-1.4.tar.gz")
+noextract=()
+md5sums=(SKIP)
+validpgpkeys=()
+
+package() {
+ cd "$pkgname-$pkgver"
+ sudo mv -v unix-privesc-check /usr/bin
+}