wok view ttf-inconsolata-dz/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (22 months ago)
parents b7f1bd1b9ac7
children a5e183d53960
line source
1 # SliTaz package receipt.
3 PACKAGE="ttf-inconsolata-dz"
4 VERSION="20091202"
5 CATEGORY="fonts"
6 SHORT_DESC="Monospace font for pretty code listings and for the terminal (modified to have straight single and double quotes)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 WEB_SITE="https://web.archive.org/web/20170521002049/http://nodnod.net/2009/feb/12/adding-straight-single-and-double-quotes-inconsola/"
10 TARBALL="$PACKAGE-$VERSION.zip"
11 WGET_URL="https://web.archive.org/web/20170521002049/http://media.nodnod.net/Inconsolata-dz.otf.zip"
12 TAGS="font otf"
14 # What is the latest version available today?
15 current_version()
16 {
17 wget -O - https://nodnod.net/posts/inconsolata-dz/ 2>/dev/null | \
18 sed '/Update/!d;s|.*Update |"|;s|:.*|"|;q' | xargs date +%Y%m%d -d
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
25 }