aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10fb423be7d3..694f94b32fc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,14 +11,8 @@ conflicts=('bhash_crack')
source=("${pkgname}::git+https://github.com/pPailleux/bhash_crack.git")
sha512sums=('SKIP')
-# build() {
-# cd "${pkgname}"
-# sudo mkdir /opt/${pkgname}
-# sudo chown -R ${USER}:users /opt/${pkgname}
-# }
-
package() {
- install -Dm0644 ${srcdir}/${pkgname}-${pkgver}/bhash_crack.sh ${pkgdir}/opt/${pkgname}/bhash_crack.sh
+ install -Dm0644 ${srcdir}/bhash_crack.sh ${pkgdir}/opt/${pkgname}/bhash_crack.sh
install -Dm0750 ${srcdir}/output_sample ${pkgdir}/opt/${pkgname}/output_sample
# cp bhash_crack.sh /opt/${pkgname}
# sudo ln -s /opt/${pkgname}/bhash_crack.sh /usr/bin/bhash