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