summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormikeqtum2018-03-25 22:21:46 -0500
committermikeqtum2018-03-25 22:21:46 -0500
commit5fc95177430e33b9c79fe90ae13c671223473f5d (patch)
tree269b32c0c7e60658a65bf39f3b5ce9df5991fc2b
downloadaur-5fc95177430e33b9c79fe90ae13c671223473f5d.tar.gz
first commit
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..9d60e5154f78
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = qtum-qt
+ pkgdesc = Qtum Desktop
+ pkgver = 0.14.15
+ pkgrel = 1
+ url = https://qtum.org
+ arch = x86_64
+ license = custom
+ source = http://repo.qtum.info/apt/qtum_0.14.15_amd64.deb
+ sha256sums = 35cca2527de5f09d6e8b8661fec8b067f6eb84d2cd1d71cc7671084f85521ea5
+
+pkgname = qtum-qt
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0f7f764c1b22
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Maintainer: "mikeqtum" Miguel Palencia mike@qtum.org
+
+
+pkgname=qtum-qt
+pkgver=0.14.15
+pkgrel=1
+pkgdesc="Qtum Desktop"
+arch=('x86_64')
+url="https://qtum.org"
+license=('custom')
+depends=('')
+source=("http://repo.qtum.info/apt/qtum_0.14.15_amd64.deb")
+sha256sums=('35cca2527de5f09d6e8b8661fec8b067f6eb84d2cd1d71cc7671084f85521ea5')
+
+package() {
+ bsdtar -O -xf qtum_0.14.15_amd64.deb data.tar.xz | bsdtar -C "${pkgdir}" -xJf -
+ find "${pkgdir}" -type d -exec chmod 755 {} +
+
+}