summaryrefslogtreecommitdiff
path: root/sys-devel/cons/cons-2.3.0-r1.ebuild
blob: 8d49a63d1d80fc6d2cb30e9261108ff1c52aeedc (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
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Extensible perl-based build utility"
HOMEPAGE="https://www.gnu.org/software/cons/"
SRC_URI="https://www.gnu.org/software/${PN}/stable/${P}.tgz
	https://www.gnu.org/software/${PN}/dev/${P}.tgz"

LICENSE="GPL-2"
SLOT="2.2"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86"

RDEPEND="dev-lang/perl
	virtual/perl-Digest-MD5
	!sci-biology/emboss"
BDEPEND="${RDEPEND}
	app-arch/gzip"

DOCS=( CHANGES INSTALL MANIFEST README RELEASE TODO )

src_install() {
	dobin cons

	docinto html
	dodoc *.html

	gunzip cons.1.gz || die
	doman cons.1
}