blob: 0100d6163566675d4a0205d3a6ab636b4bd00660 (
plain)
1 # Description: A Beautiful Collection Of SLiM Themes...
2 # URL: https://github.com/adi1090x/slim_themes
3 # Maintainer: Matt Housh, jaeger at crux dot ninja
4 # Depends on: slim
5
6 name=slim-themes
7 version=20180214
8 release=1
9 source=(http://crux.nu/files/$name-$version.tar.xz)
10
11 build() {
12 install -d $PKG/usr/share/slim/themes
13 cp -a $name-$version/themes/* $PKG/usr/share/slim/themes
14 }
|