pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
EAPI=8

DESCRIPTION="Ebuild with EAPI commands that explicitly die"
HOMEPAGE="https://pkgcraft.pkgcraft"
LICENSE="MIT"
SLOT="0"

src_configure() {
	econf --foo || die
}

src_compile() {
	emake foo || die
}