summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dd3c90..771a40e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ makedepends=('unzip')
provides=('zcash')
source=("git+https://github.com/Electric-Coin-Company/zcash")
sha1sums=('SKIP')
+install="${pkgname}.install"
_gitname=zcash
pkgver() {
@@ -25,6 +26,8 @@ build() {
package() {
cd $_gitname
+ install -Dm755 src/zcash-cli "${pkgdir}/usr/bin/zcash-cli"
+ install -Dm755 src/zcashd "${pkgdir}/usr/bin/zcashd"
}
# vim:set ts=2 sw=2 et: