pkgcruft 0.0.18

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

DESCRIPTION="Ebuild with command in invalid scope"
HOMEPAGE="https://pkgcraft.pkgcraft"
LICENSE="MIT"
SLOT="0"

src_compile() {
	emake program
	dobin program
}