gentoo-zh/media-fonts/Plangothic/Plangothic-1.8.5764.ebuild
2024-08-16 16:47:48 +08:00

30 lines
710 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit font unpacker
DESCRIPTION="遍黑体项目Plangothic Project"
HOMEPAGE="https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project"
SRC_URI="
https://github.com/Fitzgerald-Porthmouth-Koenigsegg/Plangothic-Project/archive/refs/tags/V${PV}.tar.gz -> ${P}.tar.gz
"
S="${WORKDIR}/Plangothic-Project-${PV}"
LICENSE="Plangothic"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="
+allideo
fallback
"
FONT_SUFFIX="ttf"
src_install() {
use allideo || rm "PlangothicP1-Regular (allideo).ttf" || die
use fallback || rm "PlangothicP1-Regular (fallback).ttf" || die
font_src_install
}