17 lines
516 B
Bash
17 lines
516 B
Bash
# Template file for 'pgpdump'
|
|
pkgname=pgpdump
|
|
version=0.34
|
|
revision=1
|
|
build_style=gnu-configure
|
|
short_desc="A PGP packet visualizer"
|
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
#changelog="https://raw.githubusercontent.com/kazu-yamamoto/pgpdump/master/CHANGES"
|
|
homepage="https://github.com/kazu-yamamoto/${pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=d5bb5c5a1cbbc5a536baa64c12820a184211e8855b8d3e16ae832d1eaa314926
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|