No description
| README.md | ||
| skald | ||
Skald is a simple convenience bash script I started as my own kind of "Odin omnitool". Currently it provides two functions:
skald vendor <pkg>will copypkgfrom your Odin shared collection into the current directoryskald install [pkg]will compile and install an Odin program. Ifpkgis empty, it will try to install from the current directory. Ifpkgis provided, it will attempt to install from a subdirectory of that name inside the current directory.
The root directory of your shared collection is configurable via the SHARED_ROOT variable at the top of the script.
The install path for built binaries is configurable via the LOCAL_BIN variable at the top of the script.