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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 65f5c0b7dcd4
children
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 HOST_ARCH="any"
11 REPOLOGY="fonts:droid"
13 TARBALL="$PACKAGE-$VERSION.zip"
14 WGET_URL="http://mirrors.ctan.org/fonts/droid.zip"
16 compile_rules() {
17 dir=$install/usr/share/fonts/truetype/droid-font
18 mkdir -p $dir
19 cp $src/fonts/truetype/public/droid/*.ttf $dir
20 }
22 genpkg_rules() {
23 copy @std
24 }