wok-next annotate 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
rev   line source
al@20473 1 # SliTaz package receipt v2.
pascal@3523 2
pascal@3523 3 PACKAGE="ecofont"
mallory@4494 4 VERSION="2.0"
al@19125 5 CATEGORY="fonts"
al@20473 6 SHORT_DESC="20% ink saving font from SPRANQ"
pascal@3523 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15611 8 LICENSE="other"
al@21020 9 WEB_SITE="https://www.ecofont.com/"
al@21057 10 HOST_ARCH="any"
al@20882 11 REPOLOGY="fonts:ecofont"
al@20473 12
pascal@3523 13 TARBALL="spranq_eco_sans_regular.zip"
pascal@3523 14 WGET_URL="http://www.ecofont.eu/assets/files/$TARBALL"
pascal@3523 15
pascal@15104 16 BUILD_DEPENDS="unzip"
pascal@15104 17
al@20473 18 compile_rules() {
al@20513 19 unzip $SRC/$TARBALL
al@20473 20 mkdir -p $install/usr/share/fonts/truetype/ecofont
al@20473 21 cp $src/*.ttf $install/usr/share/fonts/truetype/ecofont
pascal@3523 22 }
pascal@3523 23
al@20473 24 genpkg_rules() {
al@20473 25 copy @std
pascal@3523 26 }