summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-06-25 14:32:53 +0200
committerBaptiste Jonglez2015-06-25 14:32:53 +0200
commitd0dfcbbe9d54c497f385b8bba0cf7b6cbd34a3b7 (patch)
tree2a60f7d99b21fe77507d56c405b0b4b9240c3a19 /PKGBUILD
downloadaur-d0dfcbbe9d54c497f385b8bba0cf7b6cbd34a3b7.tar.gz
Initial upload: sig2dot 0.35-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..24c7c040b595
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Contributor: catwell <catwell@archlinux.us>
+pkgname=sig2dot
+pkgver=0.35
+pkgrel=1
+pkgdesc="Generates a graph of all of the signature relationships in a GPG/PGP keyring"
+arch=('i686' 'x86_64')
+url="http://www.chaosreigns.com/code/sig2dot/"
+license=('GPL')
+depends=('perl')
+source=(http://www.chaosreigns.com/code/sig2dot/sig2dot.pl)
+md5sums=('f8714bb139dcdbeb81485c33e2234f21')
+
+package() {
+ install -D -m0755 sig2dot.pl $pkgdir/usr/bin/sig2dot
+}