pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
# stub eclass with exported phases

phases_src_prepare() { :; }
phases_src_test() { :; }
phases_src_install() { :; }

EXPORT_FUNCTIONS src_prepare src_test src_install