summaryrefslogtreecommitdiff
path: root/app-misc/fbcat/fbcat-0.5.2.ebuild
blob: ec5ef98639e2dcefad8c890c27921f8300b029db (plain)
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
26
27
28
29
30
31
32
# Copyright 2021 BaldEagleOS Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7

DESCRIPTION="Framebuffer grabber"
HOMEPAGE="https://github.com/jwilk/fbcat"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"

LICENSE="GPL-2"
SLOT="0"

DEPEND=""
RDEPEND="${DEPEND}
	media-libs/netpbm
	sys-apps/kbd
"
BDEPEND="
	app-text/docbook-xsl-stylesheets
	dev-libs/libxslt
"

src_compile() {
	default
	emake -C doc
}

src_install() {
	emake install \
		DESTDIR="${D}" \
		PREFIX="${EPREFIX}/usr"
}