summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 271c0e63f21dd09ab107081ad83f54bc90e9d4dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
pkgname=midnight-gtk-theme-git
pkgver=r89.c24efd5
pkgrel=1
pkgdesc="A collection of dark gtk themes"
arch=("any")
license=("GPL3")
url="https://github.com/i-mint/midnight"
source=("git+https://github.com/i-mint/midnight.git")
sha256sums=("SKIP")

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

package() {
	cd "$srcdir/midnight"
	find */ -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}