wok-next view ttf-inconsolata-dz/receipt @ rev 21157
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 04 11:54:13 2019 +0100 (2019-02-04) |
parents | d5aab818505e |
children |
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 REPOLOGY="fonts:inconsolata"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="http://media.nodnod.net/Inconsolata-dz.otf.zip"
15 genpkg_rules() {
16 install -Dm644 $src/* $fs/usr/share/fonts/TTF/$PACKAGE.otf
17 TAGS="font otf"
18 }