New package: pdfcrack-0.16

closes #4295
This commit is contained in:
misuchiru03 2018-10-30 20:09:28 -06:00 committed by maxice8
parent 9b4697ef9a
commit 72a31f8666
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

15
srcpkgs/pdfcrack/template Normal file
View file

@ -0,0 +1,15 @@
# Template file for 'pdfcrack'
pkgname=pdfcrack
version=0.16
revision=1
build_style=gnu-makefile
short_desc="PDF password recovery tool"
maintainer="misuchiru03 <misuchiru03+void@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://sourceforge.net/projects/${pkgname}"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=7865b203074ccfd5c612c8ce00c46ffcb4fabaa26154ce9304dfc668c7cb73ef
do_install() {
vbin pdfcrack
}