New package: pgpdump-0.31

pgpdump is a PGP packet visualizer.
This commit is contained in:
Nicklaus McClendon 2016-12-06 20:24:20 -06:00
parent 58730f2c74
commit 90f14e74e8
No known key found for this signature in database
GPG key ID: B972DCD093E03256

15
srcpkgs/pgpdump/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'pgpdump'
pkgname=pgpdump
version=0.31
revision=1
build_style=gnu-configure
short_desc="A PGP packet visualizer"
maintainer="Nicklaus McClendon <nicklaus@kulinacs.com>"
license="BSD"
homepage="https://github.com/kazu-yamamoto/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=7abf04a530c902cfb1f1a81c6b5fb88bd2c12b5f3c37dceb1245bfe28f2a7c0b
post_install() {
vlicense COPYRIGHT
}