rand/x11-apps/bdfresize/bdfresize-1.5.ebuild
2022-08-28 17:52:34 +02:00

15 lines
421 B
Bash

# 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"
)