16 lines
423 B
Bash
16 lines
423 B
Bash
|
# 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
|
||
|
}
|