mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 13:30:31 +01:00
Include example scripts.
This commit is contained in:
2
.SRCINFO
2
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = hashclash-git
|
pkgbase = hashclash-git
|
||||||
pkgdesc = Project HashClash - MD5 & SHA-1 cryptanalysis
|
pkgdesc = Project HashClash - MD5 & SHA-1 cryptanalysis
|
||||||
pkgver = r45.c1159e9
|
pkgver = r45.c1159e9
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://github.com/cr-marcstevens/hashclash
|
url = https://github.com/cr-marcstevens/hashclash
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Your Name <youremail@domain.com>
|
# Maintainer: Your Name <youremail@domain.com>
|
||||||
pkgname=hashclash-git
|
pkgname=hashclash-git
|
||||||
pkgver=r45.c1159e9
|
pkgver=r45.c1159e9
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Project HashClash - MD5 & SHA-1 cryptanalysis "
|
pkgdesc="Project HashClash - MD5 & SHA-1 cryptanalysis "
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="https://github.com/cr-marcstevens/hashclash"
|
url="https://github.com/cr-marcstevens/hashclash"
|
||||||
@@ -41,4 +41,6 @@ package() {
|
|||||||
cd "$srcdir/${pkgname%-git}"
|
cd "$srcdir/${pkgname%-git}"
|
||||||
make DESTDIR="$pkgdir/" install
|
make DESTDIR="$pkgdir/" install
|
||||||
install -D "$srcdir/${pkgname%-git}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
install -D "$srcdir/${pkgname%-git}/LICENSE.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||||
|
install -d "$pkgdir/usr/share/${pkgname%-git}/scripts"
|
||||||
|
install -Dt "$pkgdir/usr/share/${pkgname%-git}/scripts" -m755 scripts/*
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user