aboutsummaryrefslogtreecommitdiff
blob: 1c6d4a5926f4205b377e639d676af4070b810306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
EAPI=7

DESCRIPTION="Ebuild installing compressed man pages"
HOMEPAGE="https://github.com/pkgcore/pkgcheck"
LICENSE="BSD"
SLOT="0"

src_install() {
	doman 'test.gz' "${PN}.2.bz2"
	newman ${PN}.xz "${PN}.1.xz"
	doman "${PN}"
}