# Maintainer: Phantasm <phantasm@centrum.cz>
# Contributor: Mark Wagie <mark dot wagie at tutanota dot com>
# Included in Slint by Didier Spaier didieratslintdotfr
pkgname=kvantum-theme-qogir
_gitname=Qogir-kde
export commit=5bd31f1
pkgver=git$commit
pkgrel=1slint
slackdesc="$pkgname (Qogir theme for Kvantum)"
url="https://github.com/vinceliuice/Qogir-kde"
docs=("AUTHORS" "LICENSE" "README.html")
options=("nosrcpack")

build() {
	git clone https://github.com/vinceliuice/Qogir-kde.git
	cd "$_gitname"
	git checkout "$commit"
	pandoc -f gfm -t html5 -o README.html README.md
	install -d "$PKG/usr/share"
	cp -r Kvantum "$PKG/usr/share"
}
