summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a483e0d5fed12e919319d644a9627e61c35a01ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
# Contributor: catwell <catwell@archlinux.us>
pkgname=sig2dot
pkgver=0.35
pkgrel=2
pkgdesc="Generates a graph of all of the signature relationships in a GPG/PGP keyring"
arch=('any')
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
}