summary refs log tree commit diff
path: root/app-misc/bdfresize/bdfresize-1.5.ebuild
blob: 688ad0f83c3936514e519a46616ab9beb1b7d7c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 2018-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit toolchain-funcs

DESCRIPTION="A tool for resizing BDF format fonts"
HOMEPAGE="http://openlab.jp/efont/dist/tools/bdfresize/"
SRC_URI="http://openlab.jp/efont/dist/tools/bdfresize/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

PATCHES=( ${FILESDIR}/${P}-gcc.patch )

src_compile() {
	emake CC="$(tc-getCC)"
}

Consider giving Nix/NixOS a try! <3