wok view xcursor-comix/receipt @ rev 24614

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Mar 06 21:04:14 2022 +0000 (2022-03-06)
parents 1a10044dd144
children 5a92a26adcc1
line source
1 # SliTaz package receipt.
3 PACKAGE="xcursor-comix"
4 VERSION="0.9.1"
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://limitland.gitlab.io/comixcursors/$TARBALL"
15 DEPENDS="xorg-libXcursor"
16 BUILD_DEPENDS=""
18 # What is the latest version available today?
19 current_version()
20 {
21 wget -O - 'https://gitlab.com/limitland/comixcursors/-/tags?sort=updated_desc' 2>/dev/null | \
22 sed '/item-title/!d;s|.*">[a-z-]*||;s|<.*||;q'
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/icons
29 cp -a $src/* $fs/usr/share/icons
30 }