wok-next view slim-theme-esperanza/receipt @ rev 20883

Check Repology info from h* to l* packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 11 02:06:34 2018 +0300 (2018-07-11)
parents 0a411c8beacd
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slim-theme-esperanza"
4 VERSION="20150602"
5 CATEGORY="customization"
6 SHORT_DESC="Esperanza - theme for SLiM"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://desktopstylish.tumblr.com/post/120505013200/esperanza-slim-theme-download" # missing
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://drive.google.com/uc?export=download&id=0B4Re2DvqOMqldmFkeEcyXzRpLVk"
14 COOKOPTS="!pngquant"
16 compile_rules() {
17 theme="$install/usr/share/slim/themes/Esperanza"
18 mkdir -p $theme
19 cp -r $src/* $theme
20 }
22 genpkg_rules() {
23 copy @std
24 DEPENDS="slim"
25 TAGS="hackdorte slim"
26 }
28 post_install() {
29 chroot "$1/" slim-theme -s Esperanza
30 }
32 pre_remove() {
33 chroot "$1/" slim-theme -f Esperanza
34 }