summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Palencia2020-01-24 15:44:48 -0500
committerMiguel Palencia2020-01-24 15:44:48 -0500
commitd966946d1aaa4432311ced1e67b472587f9fe6a3 (patch)
tree5e92fb6ac78e22bf3f8f0e090ac276cb12c4d57f
downloadaur-d966946d1aaa4432311ced1e67b472587f9fe6a3.tar.gz
aarch64 binary package
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
2 files changed, 32 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dcc916ed249f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = qtum-core-aarch64-bin
+ pkgdesc = Qtum Desktop Binary release
+ pkgver = 0.18.3
+ pkgrel = 1
+ url = https://qtum.org
+ arch = aarch64
+ license = GPL-3.0
+ depends = glibc
+ source = https://repo.qtum.info/apt/raspbian/pool/main/q/qtum/qtum_0.18.3_armhf.deb
+ sha256sums = 45ed2e357e42a79e34250eefba619b021d8ac0a71a0128e03ce0f64e5b2d9935
+
+pkgname = qtum-core-aarch64-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..de7b4ed3aa27
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: "mikehash" Miguel Palencia mike@qtum.org
+
+
+pkgname=qtum-core-aarch64-bin
+pkgver=0.18.3
+pkgrel=1
+pkgdesc="Qtum Desktop Binary release"
+arch=('aarch64')
+url="https://qtum.org"
+license=('GPL-3.0')
+depends=('glibc')
+source=("https://repo.qtum.info/apt/raspbian/pool/main/q/qtum/qtum_0.18.3_armhf.deb")
+sha256sums=('45ed2e357e42a79e34250eefba619b021d8ac0a71a0128e03ce0f64e5b2d9935')
+
+package() {
+ bsdtar -O -xf qtum_0.18.3_armhf.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ find "${pkgdir}" -type d -exec chmod 755 {} +
+
+}