Ebuild generator

DarkDefender

Abstract

A ebuild generator written in python. It will look at file structure and file contents to generate ebuilds.

Additional Information

This project aims to ease the process of creating ebuilds for simple (from build and install perspective) projects.

Don't want to write an ebuild by hand for a "./configure, make, make --install" project? Now you won't have to do that. As it will figure out deps, useflags and install process.

I will of course try to support more advanced projects. But this should get you an idea of what it does.

Code samples