### this file is sourced not run
PKGBUILD=1
PKGARCH=x86_64

# source: james
# release tarball
#PKGVER=
#TARBALL=
#MD5SUM=
#SRC_URL=
BUNDLE=

# git-master tarball
PKGVER=0.33.2021.10
MD5SUM=6a3b0818facb241d22847595f3c8931b
hash=71b050f1984476a7e43c2aeba394b7c59db244a4
hash7=${hash#???????}; hash7=${hash%$hash7}
TARBALL=pgpdump-$PKGVER-$hash7.tar.gz
SRC_URL=https://github.com/kazu-yamamoto/pgpdump/archive/$hash.tar.gz

SLACKREQ=''
SLACKDESC="pgpdump: pgpdump $PKGVER (PGP Packet Inspector)
pgpdump: 
pgpdump: pgpdump is a PGP packet visualizer which displays the packet format 
pgpdump: of OpenPGP (RFC 4880) and PGP version 2 (RFC 1991). Useful to inspect 
pgpdump: pubkey/privkey for GnuPG1 and GnuPG2 too.
pgpdump: 
pgpdump: https://github.com/kazu-yamamoto/pgpdump
pgpdump: https://www.lirnberger.com/tools/pgpdump/
pgpdump: 
pgpdump: 
pgpdump: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package

### build
pkg_build() {
	cd /tmp/pgpdump* &&
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


