We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcd83c commit e6d3827Copy full SHA for e6d3827
1 file changed
srcpkgs/pgpdump/template
@@ -1,15 +1,20 @@
1
# Template file for 'pgpdump'
2
pkgname=pgpdump
3
-version=0.36
+version=0.37
4
revision=1
5
build_style=gnu-configure
6
+hostmakedepends="autoconf automake"
7
short_desc="PGP packet visualizer"
8
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
9
license="BSD-3-Clause"
10
homepage="https://www.mew.org/~kazu/proj/pgpdump"
11
changelog="https://raw.githubusercontent.com/kazu-yamamoto/pgpdump/main/CHANGES"
12
distfiles="https://github.com/kazu-yamamoto/pgpdump/archive/refs/tags/v${version}.tar.gz"
-checksum=9831fb578175f97f77e269326cb06e5367161e9ddbbfb7f753cef12f0f479c1d
13
+checksum=bc3b6b85f3c95c68010883675283c1c905e6c4070ac5609ced1a87c53b3ee814
14
+
15
+pre_configure() {
16
+ autoreconf -i
17
+}
18
19
post_install() {
20
vlicense COPYRIGHT
0 commit comments