summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-06-25 14:32:53 +0200
committerBaptiste Jonglez2015-06-25 14:32:53 +0200
commitd0dfcbbe9d54c497f385b8bba0cf7b6cbd34a3b7 (patch)
tree2a60f7d99b21fe77507d56c405b0b4b9240c3a19
downloadaur-d0dfcbbe9d54c497f385b8bba0cf7b6cbd34a3b7.tar.gz
Initial upload: sig2dot 0.35-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e6a51d241bda
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = sig2dot
+ pkgdesc = Generates a graph of all of the signature relationships in a GPG/PGP keyring
+ pkgver = 0.35
+ pkgrel = 1
+ url = http://www.chaosreigns.com/code/sig2dot/
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = perl
+ source = http://www.chaosreigns.com/code/sig2dot/sig2dot.pl
+ md5sums = f8714bb139dcdbeb81485c33e2234f21
+
+pkgname = sig2dot
+
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
+}