Age | Commit message (Collapse) | Author |
|
This mimics the behavior of makepkg.
|
|
|
|
|
|
|
|
Replace their usages with `load_files *` and `check_vars *`
|
|
|
|
|
|
|
|
|
|
|
|
* install all library files to $(libexecdir)/libretools, instead of
- $(bindir)
- $(datadir)/libretools
- $(datadir)/devtools
* symlink the executable library files into $(bindir)
* add the tool `librelib`
* instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)"
* mark all libraries with shebangs of what options they support
* move blacklist.sh to libreblacklist
|
|
Also, change blacklist-lookup()'s internals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* rename get_files() to list_files()
* make list_files() NOT take .conf a the end of $slug
* the .conf change cascades to check_vars()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use it for librechroot, libremakepkg, libremkchroot
|