wok-next view droid-font/receipt @ rev 21027

jwm: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Nov 03 04:51:09 2018 +0200 (2018-11-03)
parents d958fec46c9f
children 0cbe4b1f2230
line source
1 # SliTaz package receipt v2.
3 PACKAGE="droid-font"
4 VERSION="2.1"
5 CATEGORY="fonts"
6 SHORT_DESC="Font family from Google's Android project"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="Apache2"
9 WEB_SITE="https://www.droidfonts.com/"
10 REPOLOGY="fonts:droid"
12 TARBALL="$PACKAGE-$VERSION.zip"
13 WGET_URL="http://mirrors.ctan.org/fonts/droid.zip"
15 compile_rules() {
16 dir=$install/usr/share/fonts/truetype/droid-font
17 mkdir -p $dir
18 cp $src/fonts/truetype/public/droid/*.ttf $dir
19 }
21 genpkg_rules() {
22 copy @std
23 }