summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIván Viso2018-02-18 10:09:01 +0100
committerIván Viso2018-02-18 10:09:01 +0100
commit62acdd8476b08dba3908f2b6daeaee722177fafa (patch)
tree8e7d08c1d4b5275d47e95a1f3c2a33f611a214b1 /PKGBUILD
downloadaur-bitshares-wallet-bin.tar.gz
repository initialization
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 15 insertions, 0 deletions
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}"
+}