summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 20aca4ef6740f068bb1e0ef6a51741c3ea9b9f53 (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
28
# Maintainer: Daniel Cafe
# Contributor: 

pkgname=qogir-gtk-theme-git
pkgver=2019.05.03.18.gbefadd7
pkgrel=1
pkgdesc='Qogir is a flat Design theme for GTK'
arch=('any')
url='https://github.com/vinceliuice/Qogir-theme'
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines')
makedepends=('git')
optdepends=()
provides=('qogir-gtk-theme')
conflicts=('qogir-gtk-theme')
source=('git+https://github.com/vinceliuice/Qogir-theme')
sha256sums=('SKIP')

pkgver() {
  cd Qogir-theme
  git describe --tags | sed 's/-/./g'
}

package() {
  cd Qogir-theme
  mkdir -p "${pkgdir}/usr/share/themes"
  ./install.sh -d "${pkgdir}/usr/share/themes"
}