1
1
Fork
You've already forked awl
0
a from source package manager
  • C 96.6%
  • Makefile 2.9%
  • Lua 0.5%
Find a file
2026年07月01日 12:40:08 -03:00
include feat: pre/post install cmd support 2026年06月30日 22:22:57 -03:00
src fix: added boot ro bind to build ans intall sandbox 2026年06月30日 22:40:21 -03:00
.gitignore refactor: flags executed in order typed in, root now enforced 2026年06月29日 23:38:57 -03:00
awl.png chore: tweak awl.png 2026年07月01日 12:40:08 -03:00
awlrecipe.lua fix: awlrecipe.lua now uses install cmds 2026年06月30日 03:03:20 -03:00
LICENSE chore: README.md + LICENSE 2026年06月30日 03:55:53 -03:00
Makefile feat: yeah, pulling repos wasnt a good idea. made recipe search find subfolders 2026年06月30日 02:06:40 -03:00
README.md chore: tweak read me 2026年06月30日 04:27:59 -03:00
schema.sql feat: updating, listing packages is now implemented 2026年06月29日 23:30:42 -03:00

awl logo

awl - a from source package manager

license

gpl-2.0 (see https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt)

compile

cd into where you cloned the repository use make to build it

make

install

after you build it use make once again to install it (with root privileges)

make install

after that runs, you probably want awl to manage itself:

awl -i awl

for some extra goodies, consider cloning the recipes repo into your .config/awl/recipes folder so you have a few packages to install:

cd ~/.config/awl/recipes
git clone https://codeberg.org/nzuum/awl-recipes

usage

awl -iurl <package(s)>

where: i -> install packages u -> update packages r -> remove packages l -> list packages

as you probably can tell, there seems to a "s -> sync repos" shaped hole in the flag list. this is by design: you are supposed to go out of your way and pull whenever you want updated recipes.

info

awl is currently very new and as such, the recipe library is not very big. this is where you get in. users are what could make or break this little project of mine. so, if you are interested, consider writing recipes for your favorite open source programs and pull request them to the recipes repo. i will take a look and accept or deny it. thanks for your attention!