diff options
Diffstat (limited to 'media-fonts/jomolhari/jomolhari-0.003c-r1.ebuild')
-rw-r--r-- | media-fonts/jomolhari/jomolhari-0.003c-r1.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-fonts/jomolhari/jomolhari-0.003c-r1.ebuild b/media-fonts/jomolhari/jomolhari-0.003c-r1.ebuild new file mode 100644 index 000000000000..89fe96158376 --- /dev/null +++ b/media-fonts/jomolhari/jomolhari-0.003c-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit font + +DESCRIPTION="Bhutanese style dbu-can font for Tibetan/Dzongkha text named after Mt Jomolhari" +HOMEPAGE="http://www.library.gov.bt/IT/fonts.html" +SRC_URI="mirror://nongnu/free-tibetan/${PN}/${PN}-alpha${PV:(-2)}.tar.gz" +S="${WORKDIR}" + +LICENSE="OFL-1.0" +SLOT="0" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" +IUSE="" + +FONT_SUFFIX="ttf" |