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 invalid optfeature args"
HOMEPAGE="https://pkgcraft.pkgcraft"
LICENSE="MIT"
SLOT="0"

pkg_postinstall() {
	optfeature "optional support" invalid
	optfeature "nonexistent pkg" nonexistent/pkg
}