20 lines
585 B
Bash
20 lines
585 B
Bash
# Template file for 'numix-themes'
|
|
pkgname=numix-themes
|
|
version=2.6.6
|
|
revision=1
|
|
noarch=yes
|
|
short_desc="A modern flat GTK3/Metacity/Xfwm theme"
|
|
build_style=fetch
|
|
maintainer="Jakub Skrzypnik <jot.skrzyp@gmail.com>"
|
|
license="GPL-3"
|
|
depends="gtk+3 gtk-engine-murrine"
|
|
homepage="https://github.com/numixproject/numix-gtk-theme"
|
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
|
checksum=5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856
|
|
|
|
do_install() {
|
|
tar xzf ${version}.tar.gz
|
|
vmkdir usr/share/themes
|
|
vcopy numix-gtk-theme-${version} usr/share/themes/numix-gtk-theme
|
|
}
|