SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "ttf-inconsolata-dz"

# SliTaz package receipt.

PACKAGE="ttf-inconsolata-dz"
VERSION="20091202"
CATEGORY="fonts"
SHORT_DESC="Monospace font for pretty code listings and for the terminal (modified to have straight single and double quotes)"
MAINTAINER="al.bobylev@gmail.com"
LICENSE="SIL_OFL"
WEB_SITE="https://web.archive.org/web/20170521002049/http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/"
TARBALL="$PACKAGE-$VERSION.zip"
WGET_URL="https://web.archive.org/web/20170521002049/http://media.nodnod.net/Inconsolata-dz.otf.zip"
TAGS="font otf"

# What is the latest version available today?
current_version()
{
    wget -O - https://nodnod.net/posts/inconsolata-dz/ 2>/dev/null | \
    sed '/Update/!d;s|.*Update |"|;s|[:<].*|"|;q' | xargs date +%Y%m%d -d
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
}
5935 packages and 845883 files in cooking database (Sun Jun 30 00:45:24 2024)