summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKirill Goncharov2020-10-01 20:25:51 +0300
committerKirill Goncharov2020-10-01 20:25:51 +0300
commit5a8527c5ebca20777ff9e77b8758e1d9394d9105 (patch)
tree4499e1e0da44c020adfeb76a0d670999db8f871f /PKGBUILD
parentf9f9bf7880b7339fd891fa3315f51df3c01082ed (diff)
downloadaur-zkutil.tar.gz
Install license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25d47a4721f1..45dee2e81fb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=zkutil
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='A tool to work with zkSNARK circuits generated by Circom compiler'
arch=('any')
url="https://github.com/poma/zkutil"
@@ -18,5 +18,6 @@ build() {
package() {
cd ${pkgname}-${pkgver}
- install -Dt "${pkgdir}/usr/bin" target/release/zkutil
+ install -D target/release/zkutil -t "${pkgdir}/usr/bin"
+ install -Dm644 LICENSE.md -t "${pkgdir}/usr/share/licenses/${pkgname}/"
}