wait for review and do adjustments asked by the maintainers
NOTE: it is recommended you use a text editor that shows tabs and spaces, like
vim with the list option set.
Building
First install redo and scdoc from the community repository
Create the man pages with redo build
Installing
Edit conf to add or remove binaries and manapges to be installed
Install with redo install, use DESTDIR, PREFIX, MANDIR and BINDIR to change
default location of where the project is installed
Testing
First install redo and bats from the community repository
Install lua5.3 from the main repository
Make sure the directory containing ./apkbuild-lint is on $PATH
Run the tests with redo check
TASKS
This is a small list of things from the author (Leo) that wants to happen but
has neither the time or will to do it at the present moment, this can be
combined with the issues in this repo to see what is in need to be done:
Make missing-default-prepare [AL54] deal with commands after ;
Make secfixes-check compatible with our nix flake's devshell (it currently has #!/usr/bin/lua5.3 but nixpkgs only provides lua in $PATH)
* Takes a number of paths that are go binaries and prints
* all the modules that the binary depends with the format
* '$path: $module'.
*
* Error is printed out if it fails to read the binary (like
* a path that does not exist) and nothing is returned if the
* binaries have no dependencies