-------------------------------------------- On Wed, 9/10/14, Nuno Araujo <[email protected]> wrote:
Subject: Re: [aur-general] AUR Best Practice for New Package Upload To: [email protected] Date: Wednesday, September 10, 2014, 6:46 PM > So, does that not imply 2 separate PKGBUILD's and 2 separate packages? One for CLI and one for GUI? No, for quite some time now now create multiple packages from a single PKGBUILD. Take a look at [1] for an example of a single PKGBUILD that creates a package both for python2 and python3 for instance. Another a bit more complex example can be found at [2]. > Sorry but I'm obviously missing something. I looked at wiki AUR packaging standard but not finding what you are referring to. You are referring to a single PKGBUILD. > As for documenting split packages, just take a look at the PKGBUILD man page [3]. :) [1] https://aur.archlinux.org/packages/py/python-pyside/PKGBUILD [2] https://aur.archlinux.org/packages/ap/apparmor/PKGBUILD [3] https://www.archlinux.org/pacman/PKGBUILD.5.html#_package_splitting -- Nuno Araujo <[email protected]> http://www.russo79.com ================================ OK, will look at the links you have provided and try to find the best solution. Thanks for feedback.
