media-fonts/jetbrainsmono: New package.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Package-Manager: Portage-2.3.84, Repoman-2.3.16 Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
parent
00bdd282b0
commit
3b4a50c299
13
media-fonts/jetbrainsmono/Manifest
Normal file
13
media-fonts/jetbrainsmono/Manifest
Normal file
@ -0,0 +1,13 @@
|
||||
-----BEGIN PGP SIGNED MESSAGE-----
|
||||
Hash: SHA256
|
||||
|
||||
DIST JetBrainsMono-1.0.0.zip 514933 BLAKE2B 66067752bdabd173dbc3e0143483948ae94a4e67ec93579588f555c9e36fbdf6dfd6627fba8c8acdd976e76c4d23d0760953ed33ab4d6ba9d497aa06de70173b SHA512 7fd953f65951448bb358b3ade3b5be68b9994527781ee1059dc2e36e3b4042aa879472dadc37b13791c908238eb793bcfa06c4b3aedb4472943cd3852f512c30
|
||||
EBUILD jetbrainsmono-1.0.0.ebuild 432 BLAKE2B 4a6d009eae577f3c08ffbd2c82de972774711a9e63b0451d4e70c4b07528d6d8b8ff366e91e814b625ba5292711bc19c0efb3f9520e844ffedd69a054dd59807 SHA512 c588d82d48889445b10a829a4d5388b9cf005a5df379906566944a7e7708c019989b94a602e230401d9a4bcdef987dea3d27766aa169c6ffa87afc594c0e798e
|
||||
MISC metadata.xml 338 BLAKE2B 0387696fc5450603c0eb7fa2583ae2dfc728d55d3c89bc5c2ef4cf9b8a391fed3e0b4b8815c0706c126576239974f36aa43350c3ae2905fdac50d33d51bf1d9c SHA512 df5c6264a71649ae70289291eb0a89ebbee4ab22197d9dafe0ced1c34553b49b0709218fbfef87149d2ef9f8663e22e182358c1969fa4c01499c56d636813ce3
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXiHzuwAKCRDPw5SX8bJu
|
||||
Bx6rAP9QvucWx/6TJJMITN7IoMD+DEepjtsbPOTEK7MiUmY3+wD9GKJAMwDp3+MM
|
||||
Uk2ECRCXgGmTx2D4MlClkgeSxSoqdW8=
|
||||
=fPwA
|
||||
-----END PGP SIGNATURE-----
|
20
media-fonts/jetbrainsmono/jetbrainsmono-1.0.0.ebuild
Normal file
20
media-fonts/jetbrainsmono/jetbrainsmono-1.0.0.ebuild
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="A typeface for developers"
|
||||
HOMEPAGE="https://www.jetbrains.com/lp/mono/"
|
||||
SRC_URI="https://download.jetbrains.com/fonts/JetBrainsMono-${PV}.zip"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="media-libs/fontconfig"
|
||||
|
||||
S="${WORKDIR}"
|
||||
# FONT_S="${S}/ttf"
|
||||
FONT_SUFFIX="ttf"
|
11
media-fonts/jetbrainsmono/metadata.xml
Normal file
11
media-fonts/jetbrainsmono/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gentoo@tastytea.de</email>
|
||||
<name>tastytea</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/JetBrains/JetBrainsMono/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user