wok view xcursor-comix/receipt @ rev 24966

updated nettle and nettle-dev (3.5.1 -> 3.7.3)
author Hans-G?nter Theisgen
date Mon Apr 25 07:28:45 2022 +0100 (2022-04-25)
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 }