mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-10 11:58:43 -04:00
19 lines
440 B
Bash
19 lines
440 B
Bash
# Copyright 2021-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
inherit font
|
|
|
|
DESCRIPTION="Sarasa Mono SC font patched with Nerd fonts"
|
|
HOMEPAGE="https://github.com/laishulu/Sarasa-Term-SC-Nerd"
|
|
|
|
SRC_URI="https://github.com/laishulu/Sarasa-Term-SC-Nerd/releases/download/v${PV}/${PN}.ttf.tar.gz -> ${P}.tar.gz"
|
|
|
|
LICENSE="OFL-1.1"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
S="${WORKDIR}"
|
|
FONT_SUFFIX="ttf"
|