summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorparazyd2016-01-01 13:15:50 +0100
committerparazyd2016-01-01 13:15:50 +0100
commit828b28f81a091436570b5a31105bb0dae129eee9 (patch)
treea33b17c5f6abb0df46600b7c5f312cbadf2bc8f2
downloadaur-828b28f81a091436570b5a31105bb0dae129eee9.tar.gz
0.7.1 release
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD21
2 files changed, 41 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b2e2a36b55e3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,20 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 12:15:43 UTC 2016
+pkgbase = gtomb
+ pkgdesc = GUI wrapper for Tomb, the crypto undertaker
+ pkgver = 0.7.1
+ pkgrel = 1
+ url = https://github.com/parazyd/gtomb
+ arch = any
+ license = GPL3
+ depends = zsh
+ depends = zenity
+ depends = tomb
+ depends = tomb-kdf
+ depends = tomb-git
+ depends = tomb-kdf-git
+ source = https://pub.projectarch.tk/mirror/gtomb/gtomb-0.7.1.tar.gz
+ sha512sums = 0bb65283033bbaa2cf9230bf6ada3c02add204c74e21522fbc985aed0e44b6f1dcacdd3116d63133b3b3d0bd53dbf7e95e27fe0e73fb935c197e01c8d37a16b4
+
+pkgname = gtomb
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..91850553cfd5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: parazyd <parazyd AT dyne DOT org>
+pkgname=gtomb
+pkgver=0.7.1
+pkgrel=1
+pkgdesc="GUI wrapper for Tomb, the crypto undertaker"
+arch=('any')
+url="https://github.com/parazyd/gtomb"
+license=('GPL3')
+depends=('zsh' 'zenity' 'tomb' 'tomb-kdf' 'tomb-git' 'tomb-kdf-git')
+source=("https://pub.projectarch.tk/mirror/gtomb/$pkgname-$pkgver.tar.gz")
+sha512sums=('0bb65283033bbaa2cf9230bf6ada3c02add204c74e21522fbc985aed0e44b6f1dcacdd3116d63133b3b3d0bd53dbf7e95e27fe0e73fb935c197e01c8d37a16b4')
+validpgpkeys=('6CB46C63641DB1F1F8115B3ABB5E2E35B92E373E')
+
+package() {
+ cd $pkgname-$pkgver
+ install -D -m 755 gtomb $pkgdir/usr/bin/gtomb
+
+ printf "\n\n*******************IMPORTANT*******************\n\n"
+ printf "Edit /usr/bin/gtomb if your tomb executable\n path is different from /usr/bin/tomb"
+ printf "\n\n***********************************************\n\n"
+}