wok-next view ttf-inconsolata-dz/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents cd7906120828
children 69bb65a67c90
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="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 }