summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReily Siegel2019-06-17 15:04:25 -0400
committerReily Siegel2019-06-17 15:04:25 -0400
commitd94b264ebef5069a998d5316d25986fcdb8c4bf6 (patch)
tree60cb2159858ded0f208d73ffbfc95cab7a5bb24b
downloadaur-d94b264ebef5069a998d5316d25986fcdb8c4bf6.tar.gz
Add whirlpool-gui-bin to the AUR
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 28 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8546baa2bf5d
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = whirlpool-gui-bin
+ pkgdesc = Desktop GUI for Whirlpool by Samourai-Wallet.
+ pkgver = 0.6.4
+ pkgrel = 1
+ url = https://github.com/Samourai-Wallet/whirlpool-gui/
+ arch = x86_64
+ license = Unlicense
+ source = https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/0.6.4/whirlpool-gui_0.6.4_amd64.deb
+ sha512sums = acb3003613dfd5478026d15a24745b41308f3fe1911ea07021ef232c2fc774858f7b336909deb71732dee16972745929a448368be8f2da7952f3dbd01266b82b
+
+pkgname = whirlpool-gui-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..f9afa6cf016e
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Reily Siegel <mail@reilysiegel.com>
+pkgname=whirlpool-gui-bin
+pkgver=0.6.4
+pkgrel=1
+pkgdesc="Desktop GUI for Whirlpool by Samourai-Wallet."
+arch=('x86_64')
+url="https://github.com/Samourai-Wallet/whirlpool-gui/"
+license=('Unlicense')
+depends=()
+source=("https://github.com/Samourai-Wallet/whirlpool-gui/releases/download/0.6.4/whirlpool-gui_${pkgver}_amd64.deb")
+sha512sums=('acb3003613dfd5478026d15a24745b41308f3fe1911ea07021ef232c2fc774858f7b336909deb71732dee16972745929a448368be8f2da7952f3dbd01266b82b')
+
+package(){
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+}