17 lines
516 B
Bash
17 lines
516 B
Bash
# Template file for 'pgpdump'
|
|
pkgname=pgpdump
|
|
version=0.33
|
|
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=fe580ef43f651da59816c70f38f177ea4fa769d64e3d6883a9d1f661bb0a6952
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|