summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5ad7b89f47f3b1dd30506400b6c06c2fb0ad3966 (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"
}