summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-21 02:03:15 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-21 02:03:15 +0200
commit23b8c5ee7187fbeced998ff29c8b6fbb29cc74e3 (patch)
tree2d92566c71e18902414999d18481b1114bf9a08f /PKGBUILD
parentbbf18ea15cc8b00d34821d98ba2449ec10c2769a (diff)
Install binaries and add proving keys download message
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: