15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
|
# Description: A Beautiful Collection Of SLiM Themes...
|
||
|
# URL: https://github.com/adi1090x/slim_themes
|
||
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
||
|
# Depends on: slim
|
||
|
|
||
|
name=slim-themes
|
||
|
version=20180214
|
||
|
release=1
|
||
|
source=(http://crux.nu/files/$name-$version.tar.xz)
|
||
|
|
||
|
build() {
|
||
|
install -d $PKG/usr/share/slim/themes
|
||
|
cp -a $name-$version/themes/* $PKG/usr/share/slim/themes
|
||
|
}
|