add x11-apps/bdfresize

This commit is contained in:
Martin Sekera 2022-08-28 17:52:34 +02:00
parent d3af21e263
commit ed40581a24
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Utility for resizing BDF fonts"
HOMEPAGE="http://openlab.ring.gr.jp/efont/"
SRC_URI="http://openlab.ring.gr.jp/efont/dist/tools/${PN}/${PN}-${PV}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv"
SLOT="0"
PATCHES=(
"${FILESDIR}/fix-unintialized-use.patch"
"${FILESDIR}/remove-malloc-prototype.patch"
)