[arch-general] Automatizing makepkg
Does somebody know of a tool which would rebuild a package and its dependencies using makepkg and official PKGBUILDs from SVN? That would be pretty nice when I want debug symbols with packages. Neven
On 2/21/2015 6:22 PM, Neven Sajko wrote:
Does somebody know of a tool which would rebuild a package and its dependencies using makepkg and official PKGBUILDs from SVN? That would be pretty nice when I want debug symbols with packages.
Neven yaourt can do this, using the "-b, --build" flag.
--Eli Schwartz
It seems srcpac, aura and yaourt all have functionality like this, but they use ABS for the PKGBUILD, which sadly lags behind official distro packages which means you'll often be building outdated packages if you use them. I couldn't find something which uses archlinux SVN instead.
On Sun, 22 Feb 2015 at 16:42:18, Neven Sajko wrote:
It seems srcpac, aura and yaourt all have functionality like this, but they use ABS for the PKGBUILD, which sadly lags behind official distro packages which means you'll often be building outdated packages if you use them. I couldn't find something which uses archlinux SVN instead.
You might want to try asp [1, 2]. [1] https://github.com/falconindy/asp [2] https://aur.archlinux.org/packages/asp-git/
Thanks, asp is very nice :) I think it wouldn't even be hard to get it to resolve deps ...
participants (3)
-
Eli Schwartz
-
Lukas Fleischer
-
Neven Sajko