forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
media-fonts/inconsolata-lgc: new package.
Package-Manager: Portage-2.3.19, Repoman-2.3.6 Closes: gentoo#7044
- Loading branch information
1 parent
4ba7e7b
commit eb39735
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST inconsolata-lgc-1.1.0_p20140917.tar.gz 388904 BLAKE2B 2f3a1c5272886b5b4f293193165db03d886e770d78c1c0b94b98fdeb0ae1096a7a2f8d7ee4dafba5db7e77ce78c524e67bd056f75863d9a16053ec52b8b94b48 SHA512 ab48fe4f54b84924ddd895dd78d38b2cb8869b3502efdc9a05c782737cccb34d234cd9dee8b9ab648b832fa251fba32960319a3e242dbdb160eeb110f676c42e |
21 changes: 21 additions & 0 deletions
21
media-fonts/inconsolata-lgc/inconsolata-lgc-1.1.0_p20140917.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit font | ||
|
||
EGIT_COMMIT="d086a618248121d61e3f3de64b4301230d1c860c" | ||
DESCRIPTION="Modified version of Inconsolata Hellenic adding the Cyrillic alphabet" | ||
HOMEPAGE="https://github.com/DeLaGuardo/Inconsolata-LGC" | ||
SRC_URI="https://github.com/DeLaGuardo/Inconsolata-LGC/tarball/${EGIT_COMMIT} -> ${P}.tar.gz" | ||
|
||
LICENSE="OFL-1.1" | ||
SLOT="0" | ||
KEYWORDS="~amd64" | ||
IUSE="" | ||
|
||
DEPEND="" | ||
|
||
S="${WORKDIR}/DeLaGuardo-Inconsolata-LGC-${EGIT_COMMIT::7}" | ||
FONT_S="${S}" | ||
FONT_SUFFIX="ttf" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Rob Levitsky</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Fonts</name> | ||
</maintainer> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Proxy Maintainers</name> | ||
</maintainer> | ||
</pkgmetadata> |