summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexej Kubarev2020-02-27 17:17:01 +0100
committerAlexej Kubarev2020-02-27 17:37:01 +0100
commit44c3ee8418548b7462691021787f2e524548a840 (patch)
tree928614c4896f3839f3f18ff04a660aa62851e82a
downloadaur-44c3ee8418548b7462691021787f2e524548a840.tar.gz
Packaging BloomRPC from deb file
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD18
2 files changed, 35 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a9d640885265
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+pkgbase = bloomrpc-bin
+ pkgdesc = GUI Client for gRPC Services
+ pkgver = 1.4.1
+ pkgrel = 1
+ url = https://github.com/uw-labs/bloomrpc
+ arch = x86_64
+ license = LGPL3
+ depends = gtk3
+ depends = gconf
+ depends = libxss
+ depends = libxtst
+ conflicts = bloomrpc
+ source = https://github.com/uw-labs/bloomrpc/releases/download/1.4.1/bloomrpc_1.4.1_amd64.deb
+ sha512sums = 6d291e0564973f9463c19e6976fa0a5e40ea5e9a71e2604255fd1c9d928c82103adfa0ef9dd7c8b1eba92a971cb95f5357ae73d32d50b585ccff6fb586644d2e
+
+pkgname = bloomrpc-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d33ab3ecf056
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Alexej Kubarev <echo YWxleGVqLmt1YmFyZXZAZ21haWwuY29tCg== | base64 -d>
+pkgname=bloomrpc-bin
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="GUI Client for gRPC Services"
+arch=('x86_64')
+url="https://github.com/uw-labs/bloomrpc"
+license=(LGPL3)
+depends=('gtk3' 'gconf' 'libxss' 'libxtst')
+source=("https://github.com/uw-labs/bloomrpc/releases/download/${pkgver}/bloomrpc_${pkgver}_amd64.deb")
+conflicts=('bloomrpc')
+
+sha512sums=('6d291e0564973f9463c19e6976fa0a5e40ea5e9a71e2604255fd1c9d928c82103adfa0ef9dd7c8b1eba92a971cb95f5357ae73d32d50b585ccff6fb586644d2e')
+
+package() {
+
+ tar xf data.tar.xz -C "${pkgdir}"
+} \ No newline at end of file