index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/zcash/PKGBUILD | 6 |
diff --git a/community/zcash/PKGBUILD b/community/zcash/PKGBUILD new file mode 100644 index 00000000..bad7a34f --- /dev/null +++ b/community/zcash/PKGBUILD @@ -0,0 +1,6 @@ +eval "$( + declare -f build | \ + sed ' + s|-unknown-linux-gnu|-pc-linux-gnu|g + ' +)" |