# Template file for 'pgpdump'
pkgname=pgpdump
version=0.37
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake"
short_desc="PGP packet visualizer"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://www.mew.org/~kazu/proj/pgpdump"
changelog="https://raw.githubusercontent.com/kazu-yamamoto/pgpdump/main/CHANGES"
distfiles="https://github.com/kazu-yamamoto/pgpdump/archive/refs/tags/v${version}.tar.gz"
checksum=bc3b6b85f3c95c68010883675283c1c905e6c4070ac5609ced1a87c53b3ee814

pre_configure() {
	autoreconf -i
}

post_install() {
	vlicense COPYRIGHT
}
