SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "liberation-fonts-base"

# SliTaz package receipt.

PACKAGE="liberation-fonts-base"
VERSION="2.1.5"
CATEGORY="fonts"
SHORT_DESC="Liberation fonts (only regular)"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="SIL_OFL"
WEB_SITE="https://github.com/liberationfonts/liberation-fonts/"
SOURCE="liberation-fonts"
TARBALL="$SOURCE-ttf-$VERSION.tar.gz"
WGET_URL="https://github.com/liberationfonts/liberation-fonts/files/7261482/$TARBALL"

BUILD_DEPENDS="wget"

# What is the latest version available today?
current_version()
{
    wget -O - https://github.com/liberationfonts/liberation-fonts/releases 2>/dev/null | \
    sed '/tag\//!d;s|.*tag/v*||;s|".*||;q'
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    dir="$fs/usr/share/fonts/truetype/$SOURCE"
    mkdir -p $dir
    cp $src/*Regular.ttf $dir
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)