squash commits
README.md: edit readme games-action/multimc5: add games-action/multimc5 media-fonts/scientifica: add media-fonts/scientifica media-fonts/tewi-font: fix typos media-fonts/tewi-font: add manifest media-fonts/scientifica: add manifest media-fonts/berry: add media-fonts/berry media-fonts/undefined-medium: add media-fonts/undefined-medium x11-misc/lesbar: add x11-misc/lesbar app-text/kibi: add app-text/kibi sys-block/lethe: add sys-block/lethe
This commit is contained in:
commit
ebbc3a11c8
19 changed files with 801 additions and 0 deletions
1
media-fonts/undefined-medium/Manifest
Normal file
1
media-fonts/undefined-medium/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST undefined-medium.tar.gz 92582 BLAKE2B ccaec906e4ac5a87e00d3de575cc474b8636ef78c6c565c4fbd4df02441e5a038580d73716f28c570a6376528bf92ebef78d86c2c92961ce40ac90dfda295c18 SHA512 2c3fc79d62b0ab81b13df1bffe318598a488f88dc6e803faa20700139a509c75f2316478ff160543ad68da984fdce31565b2efd5f3d953ecac2a1910beeb3e83
|
17
media-fonts/undefined-medium/undefined-medium-1.0.ebuild
Normal file
17
media-fonts/undefined-medium/undefined-medium-1.0.ebuild
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit font
|
||||
|
||||
DESCRIPTION="a free and open-source pixel grid-based monospace typeface suitable for programming, writing and everyday use"
|
||||
HOMEPAGE="https://github.com/andirueckel/undefined-medium"
|
||||
SRC_URI="https://github.com/andirueckel/undefined-medium/archive/refs/tags/v${PV}.tar.gz -> ${PN}.tar.gz"
|
||||
|
||||
LICENSE="OFL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
FONT_S=( "${S}/fonts/ttf" "${S}/fonts/otf" )
|
Loading…
Add table
Add a link
Reference in a new issue