17 lines
547 B
Bash
17 lines
547 B
Bash
# Template file for 'pgpdump'
|
|
pkgname=pgpdump
|
|
version=0.35
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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/master/CHANGES"
|
|
distfiles="https://github.com/kazu-yamamoto/pgpdump/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=50b817d0ceaee41597b51e237e318803bf561ab6cf2dc1b49f68e85635fc8b0f
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|