summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaMeHb2020-09-15 14:26:47 +0300
committerKaMeHb2020-09-15 14:26:47 +0300
commitf75f7373a417b4dca421cb7fa4d441a2b063faec (patch)
tree8cc81eb5994ed28156ee8271bdb9455017169000
downloadaur-brick-bin.tar.gz
initial
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD23
2 files changed, 49 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..087a96a1cead
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,26 @@
+pkgbase = brick-bin
+ pkgdesc = An open source Bitrix24 messenger client
+ pkgver = 0.2.10.34
+ pkgrel = 1
+ url = https://github.com/buglloc/brick
+ arch = x86_64
+ license = MIT
+ depends = alsa-lib
+ depends = desktop-file-utils
+ depends = gconf
+ depends = libxtst
+ depends = libxss
+ depends = xdg-utils
+ depends = gtk2
+ depends = libnotify
+ depends = nss
+ optdepends = libappindicator-gtk2: modern system indicator support for KDE5, Cinnamon, Unity, etc
+ provides = brick
+ conflicts = brick
+ conflicts = brick-git
+ conflicts = mesa-demos
+ source_x86_64 = http://ppa.launchpad.net/buglloc/brick/ubuntu/pool/main/b/brick/brick_0.2.10.34-0ubuntu1~xenialppa0_amd64.deb
+ sha256sums_x86_64 = 8185c7536deccdf29743b42db6aa8d45436c80de783edc96b7fa203e9d4858de
+
+pkgname = brick-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..22304ee9ee54
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+pkgname=brick-bin
+pkgver=0.2.10.34
+pkgrel=1
+provides=('brick')
+conflicts=('brick' 'brick-git' 'mesa-demos')
+pkgdesc="An open source Bitrix24 messenger client"
+arch=('x86_64')
+depends=("alsa-lib" "desktop-file-utils" "gconf" "libxtst" "libxss" "xdg-utils" "gtk2" "libnotify" "nss")
+optdepends=("libappindicator-gtk2: modern system indicator support for KDE5, Cinnamon, Unity, etc")
+url="https://github.com/buglloc/brick"
+license=('MIT')
+
+source_x86_64=(
+ "http://ppa.launchpad.net/buglloc/brick/ubuntu/pool/main/b/brick/brick_${pkgver}-0ubuntu${pkgrel}~xenialppa0_amd64.deb"
+)
+sha256sums_x86_64=(
+ '8185c7536deccdf29743b42db6aa8d45436c80de783edc96b7fa203e9d4858de'
+)
+
+package() {
+ tar xf "$srcdir/data.tar.xz" -C "$pkgdir"
+ ls "$pkgdir"
+}