902807f15e
@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]
15 lines
430 B
Bash
15 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
|
|
}
|