summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f0cf3499e723b7aa1465b188745a1f7c6c25d3ea (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
# Maintainer: Michael Lojkovic <mikelojkovic@gmail.com>

pkgname=gtk-theme-windows10-git
pkgver=0.9.7-beta
_pkgver=v0.9.7-beta
_pkgname=Windows.10.Light
pkgrel=1
pkgdesc="Testing build of GTK 3.x Theme made to emulate a Windows 10 environment on Linux machines."
arch=('any')
url="https://github.com/Elbullazul/Windows-10"
license=('GPL')
depends=('gtk-engines' 'gtk-engine-murrine')
optdepends=('gnome-themes-standard' 'windows10-tint2rc')
source=("https://github.com/Elbullazul/Windows-10/releases/download/v${pkgver}/${_pkgname}.v${pkgver}.zip")
sha1sums=('3502ea40722a4166112a6b6249c6cc5db48b58e0')

package() {
  	cd Windows\ 10\ Light

  	# create theme dir
  	install -d -m 755 "$pkgdir/usr/share/themes/Windows10_Alpha"

  	# install theme
  	find . -type f -exec \
    	install -D -m 644 '{}' "$pkgdir/usr/share/themes/Windows10_Alpha/{}" \;
}