diff options
| author | 2025-03-17 21:21:47 -0500 | |
|---|---|---|
| committer | 2025-03-17 21:21:47 -0500 | |
| commit | c06282cc6617446aff8f7547dc6250a68357489a (patch) | |
| tree | 03f1257226fbca23cfe0b86e46b828208354396b /bin/janet-pm | |
| parent | Add JANET_TOOLCHAIN option to override compiler setup. (diff) | |
Add support for JANET_PKGLIST.
Diffstat (limited to 'bin/janet-pm')
| -rwxr-xr-x | bin/janet-pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/janet-pm b/bin/janet-pm index 9ad9aaa..d45419a 100755 --- a/bin/janet-pm +++ b/bin/janet-pm @@ -94,6 +94,9 @@ JANET_OFFLINE If set to 1, true, on, etc., will only look at packages in the local cache. + JANET_PKGLIST + The package listing repository to use to resolve package nicknames. Defaults to https://github.com/janet-lang/pkgs.git + JANET_PREFIX Where to look for Janet headers and libjanet.so, janet.dll, etc. By default, will try to autodetect by searching through the syspath, the PREFIX environment variable, /usr/, and /usr/local. Most installs should not need to set this, but otherwise should |
