blob: 86449a1e5a02c82045e5c397d73159258fc7541a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="a collection of fonts for Nepali users"
HOMEPAGE="
http://www.mpp.org.np/
http://www.nepali.info/
http://www.nepalipost.com/
http://www.moics.gov.np/download/fonts.html"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="freedist"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ppc s390 sh sparc x86"
S="${WORKDIR}/${PN}"
FONT_S="${S}"
FONT_SUFFIX="ttf"
|