Skip to content
Snippets Groups Projects
Commit a98593aa authored by Michał Polański's avatar Michał Polański Committed by alice
Browse files

community/john: install missing OpenCL kernels

parent 3aea9b17
1 merge request!42399community/john: install missing OpenCL kernels
Pipeline #146967 passed
......@@ -4,7 +4,7 @@
pkgname=john
pkgver=1.9.0
_pkgrel=jumbo-1
pkgrel=6
pkgrel=7
pkgdesc="John the Ripper password cracker"
url="https://www.openwall.com/john"
arch="all !s390x !x86 !ppc64le"
......@@ -57,6 +57,7 @@ package() {
install -Dm644 run/rules/* -t "$pkgdir"/usr/share/$pkgname/rules
install -Dm644 run/*.conf -t "$pkgdir"/usr/share/$pkgname/
install -Dm644 run/*.chr -t "$pkgdir"/usr/share/$pkgname/
install -Dm644 run/kernels/* -t "$pkgdir"/usr/share/$pkgname/kernels/
install -Dm644 doc/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
rm "$pkgdir"/usr/share/doc/$pkgname/LICENSE*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment