Re: Making a 3rd party ebuild for Gentoo BertB wrote:
> Thanks to the help of some people here I came a bit further, but now I'm
> kind of "stuck" on what license to use. /usr/portage/licenses/ lists a lot
> of licenses, but the idea is that the binary I want to ship is just
> proprietary software. What is the best license to use without having to add
> a license myself to this list?
I'm not a Gentoo developer, but here's my opinion:
As this binary and ebuild will not be distributed by Gentoo, you can put
anything reasonable in the LICENSE string, like
LICENSE="/usr/share/doc/your_binary-x.y/LICENSE.txt"
Ship the LICENSE.txt (or whatever its name is) together with the ebuild
in a tar ball, extract the LICENSE.txt to the files directory, then in
the ebuild use dodoc to put it in the doc directory.
Regards...
Michael |