This is the official Homebrew tap for nslite, with support for macOS and Linux.
brew install tacf/tap/nsliteThe formula builds the v1.0.0 tag from source using Homebrew's SDL3, Lua, and
PCRE2 packages, then links the nsl command into Homebrew's managed bin
directory. On macOS, the executable is ad-hoc signed during installation.
To upgrade to a newer release:
brew upgrade nsliteTo reinstall the current tagged release:
brew reinstall tacf/tap/nsliteTo remove nslite:
brew uninstall nslite
brew untap tacf/tapAfter publishing the tap repository, test a formula with:
brew install --build-from-source tacf/tap/<name>
brew test tacf/tap/<name>Before committing formula changes, run:
brew style Formula/<name>.rb
brew audit --strict tacf/tap/<name>