diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-06-27 13:23:59 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-06-27 13:23:59 +0100 |
commit | c4615b917d912d53a759a8c2dd58df335f35736f (patch) | |
tree | c5d359e2aff9a50ca559db23865760295ddba295 | |
parent | Stablize old, add new YCM (diff) | |
download | portage-c4615b917d912d53a759a8c2dd58df335f35736f.tar.bz2 portage-c4615b917d912d53a759a8c2dd58df335f35736f.tar.xz portage-c4615b917d912d53a759a8c2dd58df335f35736f.zip |
Temp add intel-one-mono
-rw-r--r-- | media-fonts/intel-one-mono/Manifest | 2 | ||||
-rw-r--r-- | media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild | 21 |
2 files changed, 23 insertions, 0 deletions
diff --git a/media-fonts/intel-one-mono/Manifest b/media-fonts/intel-one-mono/Manifest new file mode 100644 index 0000000..32a5fde --- /dev/null +++ b/media-fonts/intel-one-mono/Manifest @@ -0,0 +1,2 @@ +DIST intel-one-mono-1.2.1-ttf.zip 283597 BLAKE2B 8e7add4cfc84ae6c4349513ded39be3e2b10923f38b8df689620417cab1abaa1f993b2672f6f1ae4868e88b4bac6f73933dffb49d51b53c703b7565866d11e08 SHA512 3a82ab952c2cbedc069ab6c0846a05c0f0725f2db0a4be642c4e0224a6b607e9cc4d2ef0abc8709a61fc817d85a2b9531f203c235ffa53d22833430ddf25d787 +EBUILD intel-one-mono-1.2.1.ebuild 497 BLAKE2B 5f010ea552bc2c870a9a871c773a7543978721b7a6b116c184827b360d6b4faaf08111d26a8084ce04b2d87f0201ebf3566be353a5a2ee2f03d73558233d3db2 SHA512 220fe202233d4a72eea161721c258152ebb14d485088a231f8df4e704cd2ad4de11eee83ff4e6c93ae329439a55afe3c1f4a9a6e7506bc769af562e0e086fb0c diff --git a/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild b/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild new file mode 100644 index 0000000..be78ada --- /dev/null +++ b/media-fonts/intel-one-mono/intel-one-mono-1.2.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit font + +DESCRIPTION="Monospaced font family that's built with the needs of developers in mind" +HOMEPAGE="https://github.com/intel/intel-one-mono" +SRC_URI="https://github.com/intel/intel-one-mono/releases/download/V${PV}/ttf.zip -> ${P}-ttf.zip" +S="${WORKDIR}" + +LICENSE="OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +BDEPEND="app-arch/unzip" + +S="${WORKDIR}/ttf" +FONT_SUFFIX="ttf" |