aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2021-04-04 00:11:04 +0200
committerhaawda2021-04-04 00:11:04 +0200
commit908e7ef2647a897733b5958bc24c3532f4fb92e7 (patch)
tree52982bc58540c89e4b907a59d7d29bb439928ffd /PKGBUILD
parent265b09e46308f7c7d83e77c69998ad849f3bc6f2 (diff)
downloadaur-zkl.tar.gz
add license file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 323f42bab677..53d5c2b7d299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname="zkl"
pkgdesc='The zkl programming language'
url='http://www.zenkinetic.com/zkl.html'
-license=('zlib/libpng')
+license=('custom')
pkgver=1.14.7
-pkgrel=1
+pkgrel=2
arch=('x86_64')
depends=('ncurses')
makedepends=('clang')
@@ -21,4 +21,5 @@ build() {
package() {
cd "$srcdir"/ZKL
install -Dm755 ./Bin/zkl "$pkgdir"/usr/bin/zkl
+ install -Dm644 ./VM/license.txt "$pkgdir"/usr/share/licenses/$pkgname/license.txt
}