[aur-general] license

Allan McRae allan at archlinux.org
Sun Jun 7 02:08:28 EDT 2009


nathan owe. wrote:
> I was reading on the Arch WIKI about licencing in AUR, My package has
> the BSD license. it says to copy the license
> to /usr/share/licenses/$pkgname/COPYING how do i do that in the
> PKGBUILD?
>   

Something like:

install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING

You can always look at other PKGBUILDs the ABS tree to get ideas on how 
things should be done.

Allan





More information about the aur-general mailing list