wok-next view ecofont/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="ecofont"
4 VERSION="2.0"
5 CATEGORY="fonts"
6 SHORT_DESC="20% ink saving font from SPRANQ"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="https://www.ecofont.com/"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:ecofont"
13 TARBALL="spranq_eco_sans_regular.zip"
14 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
16 BUILD_DEPENDS="unzip"
18 compile_rules() {
19 unzip $SRC/$TARBALL
20 mkdir -p $install/usr/share/fonts/truetype/ecofont
21 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
22 }
24 genpkg_rules() {
25 copy @std
26 }