summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..41065941a782
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+# Maintainer: Sol Bekic <s+aur at s-ol dot nu>
+pkgname=kodelife
+pkgver=0.5.1.0
+pkgrel=1
+license=('unknown')
+arch=('x86_64')
+depends=('libcurl-gnutls')
+source=("https://hexler.net/pub/kodelife/pkgname-$pkgver-linux-$arch.zip")
+sha256sums=('266a4b8e0d7cd2dd63ad56c9d1fd5e164265b41a6b7be4e39000541ba9f6c199')
+
+package() {
+ install -D -m755 "$srcdir/KodeLife" "$pkgdir/usr/bin/KodeLife"
+}