diff options
| author | Yuval Adam <yuval@y3xz.com> | 2016-01-21 02:03:15 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2016-01-21 02:03:15 +0200 |
| commit | 23b8c5ee7187fbeced998ff29c8b6fbb29cc74e3 (patch) | |
| tree | 2d92566c71e18902414999d18481b1114bf9a08f /PKGBUILD | |
| parent | bbf18ea15cc8b00d34821d98ba2449ec10c2769a (diff) | |
Install binaries and add proving keys download message
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |
