void-packages/srcpkgs/pgpdump/template
Michael Aldridge 902807f15e <various>: reassign package ownership from kulinacs to maldridge
@kulinacs has requested to orphan all currently owned packages
in #9542.  This commit reassigns all packages affected to
@the-maldridge.

[skip ci]

Closes: #9544 [via git-merge-pr]
2017-11-25 23:53:58 -08:00

16 lines
430 B
Bash

# Template file for 'pgpdump'
pkgname=pgpdump
version=0.32
revision=1
build_style=gnu-configure
short_desc="A PGP packet visualizer"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="3-cause-BSD"
homepage="https://github.com/kazu-yamamoto/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=b5cad57a07ba221049b168dd3baae54b03c6fdedcb4e9ce32e48f88cab01c305
post_install() {
vlicense COPYRIGHT
}