wok-next view cantarell-fonts/receipt @ rev 21010

Small updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 12 16:40:30 2018 +0300 (2018-10-12)
parents 6beec940a3ac
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="cantarell-fonts"
4 VERSION="0.111"
5 CATEGORY="fonts"
6 SHORT_DESC="Sans serif font family designed for on-screen readability"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="SIL_OFL"
9 WEB_SITE="https://wiki.gnome.org/Projects/CantarellFonts"
10 HOST_ARCH="any"
11 REPOLOGY="fonts:cantarell"
13 TARBALL="$PACKAGE-$VERSION.tar.xz"
14 WGET_URL="$GNOME_MIRROR/cantarell-fonts/$VERSION/$TARBALL"
16 BUILD_DEPENDS="meson ninja gettext itstool appstream-glib-dev"
18 compile_rules() {
19 mkdir build
20 cd build
22 meson-wrapper &&
23 ninja &&
24 ninja install || return 1
26 cd $src
27 cook_pick_docs COPYING NEWS README.md
28 }
30 genpkg_rules() {
31 copy @std
32 DEPENDS="fontconfig"
33 TAGS="font"
34 }