summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0c56a41bf416393e3b3ff1db924ab730aa7a7355 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Amanoel Dawod <amoka at amanoel dot com>

pkgname=konsole-gruvbox
pkgver=1.01
pkgrel=1
pkgdesc="Konsole dark and light color schemes based on Gruvbox palette"
arch=('any')
url="https://github.com/morhetz/gruvbox"
license=('MIT')
depends=('konsole')
source=(GruvboxDark.colorscheme
        GruvboxLight.colorscheme)
sha256sums=('af89228936f355ab10cdccb4eb1a237f41ff91740310ccc44cac3695eacf8429'
            '0afe40ca64e2cc5e692f700a3389b5e004903f496709e4ff633c0cc1a23c5c1f')

package() {
  install -Dt "$pkgdir"/usr/share/konsole -m644 *.colorscheme
}