You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-fonts/dzongkha-fonts/dzongkha-fonts-2009.09-r1.e...

27 lines
551 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit font
DESCRIPTION="Bhutanese/Tibetan fonts for dzongkha script provided by the Bhutanese government"
HOMEPAGE="https://www.dit.gov.bt/downloads"
SRC_URI="https://www.dit.gov.bt/sites/default/files/dzongkhafonts.zip -> ${P}.zip"
S="${WORKDIR}"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 x86"
RESTRICT="mirror bindist"
BDEPEND="app-arch/unzip"
FONT_SUFFIX="ttf"
src_unpack() {
default
unpack ./*.zip
}