summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3c83812c9ee035fd2b2a1c418dba5971935f9c0b (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
# Maintainer: Robert Booster <boosterdev at linuxmail dot org>

pkgname="zuki-themes"
_pkgver="v3.26-1"
pkgver="3.26.1"
pkgrel=1
pkgdesc="A selection of themes for GNOME, Xfce and more (includes Zukitwo and Zukitre)."
arch=('any')
url="https://github.com/lassekongo83/zuki-themes"
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines' 'ttf-roboto')
source=("$pkgname-$_pkgver.tar.gz::https://github.com/lassekongo83/zuki-themes/archive/$_pkgver.tar.gz")
sha256sums=('24234c98f3541bb1eafd321055b0b75d33989ef9d371c2e8ccb53f653fb30f76')

pkgver(){
  echo \"$(echo "$_pkgver" | sed 's/v//g;s/-/./g')\"
}

package(){
  install -d -m755 "$pkgdir"/usr/share/{themes,licenses/$pkgname}
  cd $(find -maxdepth 1 -type d | grep '[a-z]')
  cp -rp Zuki* "$pkgdir"/usr/share/themes
  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/
}