summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2020-10-07 13:33:44 +0700
committerMario Ray Mahardhika2020-10-07 13:33:44 +0700
commitb29e3bd027306d4601b13d85eca6c069ec38f583 (patch)
treeedc02b6f98d8605228fcb95a2604091d05632231
downloadaur-b29e3bd027306d4601b13d85eca6c069ec38f583.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f5e3ce6f8a7d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = ksync-bin
+ pkgdesc = A tool to transparently update containers running on the cluster from local checkout
+ pkgver = 0.4.5
+ pkgrel = 1
+ url = https://github.com/loadimpact/k6
+ arch = x86_64
+ license = apache
+ source = ksync::https://github.com/ksync/ksync/releases/download/0.4.5/ksync_linux_amd64
+ sha256sums = 8f3a4cdac32274af0d5b333892e1b407823f1072fa9634a4fc46bde6d4050450
+
+pkgname = ksync-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..95924e252156
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
+pkgname=ksync-bin
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="A tool to transparently update containers running on the cluster from local checkout"
+arch=('x86_64')
+url="https://github.com/loadimpact/k6"
+license=('apache')
+source=("ksync::https://github.com/ksync/ksync/releases/download/${pkgver}/ksync_linux_amd64")
+sha256sums=('8f3a4cdac32274af0d5b333892e1b407823f1072fa9634a4fc46bde6d4050450')
+
+package() {
+ install -D $srcdir/ksync $pkgdir/usr/bin/ksync
+}