Kwpolska / pkgbuilder

An AUR helper (and library) in Python 3.
http://pkgbuilder.rtfd.org/
BSD 3-Clause "New" or "Revised" License
71 stars 12 forks source link

FR: Support for building from ABS. #23

Closed untitaker closed 12 years ago

untitaker commented 12 years ago

Yaourt, for instance, does this with -Sb

Kwpolska commented 12 years ago

Done in git. For example:

$ pkgbuilder -S python pyalpm python-requests pkgbuilder

Builds PB and its deps. No thinking needed.

untitaker commented 12 years ago

Cool, thanks!