# Maintainer: Geballin - Guillaume Ballin pkgname=ttk-theme-chooser pkgver=1.1 pkgrel=3 pkgdesc="TTK theme chooser is an application to choose and set the default TTK theme" url="https://github.com/Geballin/TTK-Theme-chooser" arch=('x86_64' 'i686') license=('GPLv3') depends=('tcl' 'tk' 'tcllib') optdepends=('ttk-themes: A collection of new TTK themes') makedepends=(make) conflicts=() replaces=() backup=() install= source=("https://github.com/Geballin/TTK-Theme-chooser/archive/1.1.tar.gz") md5sums=('b66f6d777a26a3c29c35c25b0554bcdd') build() { tar xzf ${pkgver}.tar.gz cd TTK-Theme-chooser-${pkgver} ./configure --prefix=/usr make } package() { cd TTK-Theme-chooser-${pkgver} make DESTDIR="${pkgdir}" install }