summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 177d45ee36ea8043a4e7bab9b19e78e9cbf3275c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Maintainer: parazyd <parazyd@dyne.org>
pkgname=gtomb-git
pkgver=0.7.1
pkgrel=3
pkgdesc="GUI wrapper for Tomb, the crypto undertaker"
arch=('any')
url="https://github.com/parazyd/gtomb"
license=('GPL3')
depends=('zenity' 'tomb-git')
makedepends=('git')
source=('git://github.com/parazyd/gtomb')
sha1sums=('SKIP')

pkgver() {
    cd gtomb
    echo "$(git describe --long --tags | tr - .)"
}

package() {
    cd gtomb
    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 "If you installed tomb from the AUR, you should be okay."
    printf "\n\n***********************************************\n\n"
}