mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 15:41:51 +01:00
25 lines
764 B
Plaintext
25 lines
764 B
Plaintext
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=pdfcrack
|
|
pkgver=0.17
|
|
pkgrel=0
|
|
pkgdesc="Command line, password recovery tool for PDF-files."
|
|
url="http://pdfcrack.sourceforge.net/"
|
|
arch="all"
|
|
license="GPL-2.0"
|
|
options="!check"
|
|
source="$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz/download"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
|
|
}
|
|
|
|
sha512sums="a7d41383b53d57a8d6cce6e7da9ccc8d3cb30833d9451ce1554c8f04286dc64336313591b5b579a1a3402ccc317c96356e5124aa7f43022bbede0ee9b1d5c0c5 pdfcrack-0.17.tar.gz"
|