summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9597edbb84c9d3f5a966e902d6c2bbdb986261ac (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: Wynne Plaga <rwplaga dot linux at gmail dot com>

pkgname=gogh-git
_pkgname=gogh
_reponame=Gogh
pkgver=385.ed8df18
pkgrel=1
pkgdesc="Color Scheme for Gnome Terminal, Pantheon Terminal and Tilix"
arch=('any')
url="https://github.com/Mayccoll/Gogh"
#license=('MIT')
depends=('dconf' 'wget')
makedepends=('git')
source=("git+https://github.com/Mayccoll/Gogh.git")
md5sums=('SKIP')

pkgver() {
    cd "$srcdir/$_reponame"
    printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
    cd "$srcdir/$_reponame"

    install -D -m755 "${_pkgname}.sh" "$pkgdir/usr/bin/gogh"
}