SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "xcursor-aero"

# SliTaz package receipt.

PACKAGE="xcursor-aero"
GITHASH="bcf9ba99713aae17316ce0a810df2a5d62ea4d6b"
VERSION="20240910"
CATEGORY="customization"
SHORT_DESC="Aero cursor theme"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="GPL"
WEB_SITE="https://www.gnome-look.org/p/999972/"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WGET_URL="https://github.com/Infinality/mouse-cursors/archive/$GITHASH.tar.gz"
TAGS="cursor-theme"

DEPENDS="xorg-libXcursor"
BUILD_DEPENDS=""

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/Infinality/mouse-cursors/commits/master 2>/dev/null | \
    sed '/Commits on/!d;s|.*<relative-time[^>]*>||;s|<.*||' | xargs -0 date +%Y%m%d -d
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/icons/aero
    cp -a $src/* $fs/usr/share/icons/aero
}
6011 packages and 861676 files in cooking database (Sun Jun 15 00:48:28 2025)