summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD15
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..bafbc0138f32
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,24 @@
+pkgbase = bitshares-wallet-bin
+ pkgdesc = Bitshares wallet and client to the Bitshares network
+ pkgver = 2.0.180215
+ pkgrel = 1
+ url = https://bitshares.org/
+ arch = x86_64
+ license = MIT
+ depends = libxkbfile
+ depends = c-ares
+ depends = ffmpeg
+ depends = gtk3
+ depends = http-parser
+ depends = libevent
+ depends = libxslt
+ depends = libxss
+ depends = minizip
+ depends = nss
+ depends = re2
+ depends = snappy
+ source = bitshares-wallet-bin-2.0.180215.deb::https://github.com/bitshares/bitshares-ui/releases/download/2.0.180215/BitShares2-light_2.0.180215_amd64.deb
+ sha256sums = 0190aa7ff7650bcbf1a38df0b8e5e98955b73af555fd68af8fd6afb135c66bcc
+
+pkgname = bitshares-wallet-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..923958e6dcbb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Iván Viso - ivanviso123@gmail.com
+pkgname=bitshares-wallet-bin
+pkgver=2.0.180215
+pkgrel=1
+pkgdesc='Bitshares wallet and client to the Bitshares network'
+arch=('x86_64')
+url='https://bitshares.org/'
+license=('MIT')
+depends=('libxkbfile' 'c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' )
+source=("${pkgname}-${pkgver}.deb::https://github.com/bitshares/bitshares-ui/releases/download/2.0.180215/BitShares2-light_${pkgver[@]##*-bin}_amd64.deb")
+sha256sums=('0190aa7ff7650bcbf1a38df0b8e5e98955b73af555fd68af8fd6afb135c66bcc')
+
+package() {
+ tar -xf data.tar.xz -C "${pkgdir}"
+}