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 that directly calls phase function"
HOMEPAGE="https://pkgcraft.pkgcraft"
LICENSE="MIT"
SLOT="0"

src_install() {
	src_configure
	dobin program
}