summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlbony Cal2021-05-02 16:39:22 +0530
committerAlbony Cal2021-05-02 16:39:22 +0530
commitd1c4af6700592863b9f2cc9ebd1bfb51fe519182 (patch)
tree6fe165724f45618510cb999b7b56c1a2eea18bd1 /PKGBUILD
downloadaur-d1c4af6700592863b9f2cc9ebd1bfb51fe519182.tar.gz
kiterunner-1.0.2-bin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ce716427f595
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: AlbonyCal <albonycal at gmail dot com>
+
+pkgname=kiterunner-bin
+pkgver=1.0.2
+pkgrel=1
+pkgdesc=" Contextual Content Discovery Tool "
+arch=('x86_64')
+url="https://github.com/assetnote/kiterunner"
+license=('AGPL-3.0')
+provides=('kr')
+conflicts=('kr')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/assetnote/kiterunner/releases/download/v${pkgver}/kiterunner_${pkgver}_linux_amd64.tar.gz")
+sha256sums=('6f0b70aabf747de592445a690281897eebbc45927e9264185d34ffb11637613b')
+package(){
+ install -Dm755 kr -t "${pkgdir}/usr/bin"
+}