17 lines
545 B
Bash
17 lines
545 B
Bash
# Template file for 'pgpdump'
|
|
pkgname=pgpdump
|
|
version=0.36
|
|
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/main/CHANGES"
|
|
distfiles="https://github.com/kazu-yamamoto/pgpdump/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=9831fb578175f97f77e269326cb06e5367161e9ddbbfb7f753cef12f0f479c1d
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|