aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpPailleux2016-08-28 11:46:48 +0200
committerpPailleux2016-08-28 11:46:48 +0200
commit79d38250e226f6e37ea09bc8fad8c8df3a2644c7 (patch)
tree75ef3134522ad2f0bf2ed95b413aa02ff6879158 /PKGBUILD
parentb4740a06fe16caa3187840265077a93dbf878b61 (diff)
downloadaur-79d38250e226f6e37ea09bc8fad8c8df3a2644c7.tar.gz
Still working on the PKGBUILD
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