wok view xcursor-comix/receipt @ rev 24983

Up xcursor-comix (0.9.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 08 16:45:21 2022 +0000 (23 months ago)
parents bc2b9d9bed6f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-comix"
4 VERSION="0.9.2"
5 CATEGORY="customization"
6 TAGS="cursor-theme"
7 SHORT_DESC="Comix cursor theme."
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="GPL"
10 WEB_SITE="https://limitland.de/comixcursors"
12 TARBALL="ComixCursors-$VERSION.tar.bz2"
13 #WGET_URL="https://gitlab.com/limitland/comixcursors/-/archive/$VERSION/comixcursors-$VERSION.tar.bz2"
14 WGET_URL="https://limitland.gitlab.io/comixcursors/$TARBALL"
16 DEPENDS="xorg-libXcursor"
17 BUILD_DEPENDS=""
19 # What is the latest version available today?
20 current_version()
21 {
22 wget -O - 'https://gitlab.com/limitland/comixcursors/-/tags?sort=updated_desc' 2>/dev/null | \
23 sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share/icons
30 cp -a $src/* $fs/usr/share/icons
31 }