-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mårten Wadenbäck <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
2 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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
DIST libertinus-7.040.tar.xz 4374448 BLAKE2B f460d66a58353ac7fcb2982ce425f165ac2fa3a25156d1d62b934e5123ede827727bc2655c78e34ecab3d0d02461592d97d2754b6ae4799bc9a16177865540bd SHA512 9cd870adc2c9007dd7265b4c0bcb8590c3467506ed4c912190cb198f07e27a784ec62c6922e8244cc875a94e880afaa96937ff5b547f7868ac4f0ffb6747f2a3 | ||
EBUILD libertinus-7.040.ebuild 545 BLAKE2B 675864e2f613ee87325764d0cc8521ecc70ede66746d9a8f9a52b1857329a2a72208d31120008524e4d513d4f53138be63fe10ecdce95838d946e76f1f4bef57 SHA512 88e8d695b248e6b75c7389302d008bac775278dc64e70d7ba307c5c39a96fa7cb2f9cfa1e053e8f3638e85dd09142a2cb6e1bebfd674c83e5812d1a534780e17 | ||
MISC metadata.xml 352 BLAKE2B de36a9e16846f81786e01863f2783f23da55f2ae9370614774b57285761421e58f338fb2b86223daff5f7acf9d89dada50edd6541dbfe50eac8c533ebc92af4f SHA512 0526a8fe7dbf3ce248dc3b3c4a89ce03260acde21887bb9f1030d57931c916efc16224edb54528e568e19ead1a6a377eddb24cf4e4e5e0972c3f5f88971f3646 | ||
DIST libertinus-7.050.tar.zip 5864560 BLAKE2B bee0b55e032f0f0d938980b5b24700afc169b081350309c11f187470fd8cbb7bcc036fdb731df21560116ef8f64eef2d024e3a9c25312c94b226681ddd440d0a SHA512 9f56e0137b81e4a7aa7a4b312b556fa60bdc727de8c72ff9bf78ced46c371b7d286e8352de8855273b12c63ad9a0bdd73d6674de4d7af73839709beca50c3a58 |
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,23 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
MY_PN="Libertinus" | ||
inherit font | ||
|
||
DESCRIPTION="Libertinus font" | ||
HOMEPAGE="https://github.com/alerque/libertinus" | ||
SRC_URI="https://github.com/alerque/libertinus/releases/download/v${PV}/${MY_PN}-${PV}.zip -> ${P}.tar.zip" | ||
|
||
BDEPEND="app-arch/unzip" | ||
|
||
S="${WORKDIR}/${MY_PN}-${PV}" | ||
|
||
LICENSE="OFL-1.1" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
DOCS="AUTHORS.txt CONTRIBUTING.md CONTRIBUTORS.txt FONTLOG.txt OFL.txt README.md" | ||
FONT_S="${S}/static/OTF" | ||
FONT_SUFFIX="otf" |