blob: 6e60da4d0fd1df118ce98a2ebd4a879a1d130196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit font
MY_PN="padauk"
DESCRIPTION="SIL fonts for Myanmar script"
HOMEPAGE="http://scripts.sil.org/padauk"
SRC_URI="mirror://gentoo/${MY_PN}-${PV}.zip"
LICENSE="OFL"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND="app-arch/unzip"
RDEPEND=""
FONT_S="${WORKDIR}/${MY_PN}-2.80"
S="${FONT_S}"
FONT_SUFFIX="ttf"
|