baskerville / owlman

A pacman and cower wrapper
The Unlicense
24 stars 4 forks source link

[Question] abs + install #19

Closed hetraeus closed 10 years ago

hetraeus commented 10 years ago

Is there a way to source compile and install a repository package (like the "install" option does for AUR)? I cannot find anything similar.

baskerville commented 10 years ago

As of 71dd57d, you can issue the following:

owlman abs foo && owlman install -l foo

ABS packages are stored in _"$OWLMAN_ABSHOME".

(It requires the abs package.)

hetraeus commented 10 years ago

Cool! Than you so much!