summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHythlodaeus2016-05-29 19:59:54 +0000
committerHythlodaeus2016-05-29 19:59:54 +0000
commite983012e51b5435421a48c515bd6456cac73af61 (patch)
treed7fce401f936892d0b28e170803c1e145ab6b28c
downloadaur-e983012e51b5435421a48c515bd6456cac73af61.tar.gz
Version 1.4
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD30
2 files changed, 43 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..2e494e437637
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = unix-privesc-check
+ pkgver = 1.4
+ pkgrel = 1
+ url = http://pentestmonkey.net/tools/audit/unix-privesc-check
+ arch = x86_64
+ arch = i686
+ license = GPLv2
+ provides = unix-privesc-check
+ source = http://pentestmonkey.net/tools/unix-privesc-check/unix-privesc-check-1.4.tar.gz
+ md5sums = SKIP
+
+pkgname = unix-privesc-check
+
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
+}