Skip to content

URI Formats

Pkgline resolves package sources from Git URLs, forge shorthand, aliases, or local paths.

InputResolved to
gh:user/repohttps://github.com/user/repo.git
gl:group/repohttps://gitlab.com/group/repo.git
cb:user/repohttps://codeberg.org/user/repo.git
sh:user/repohttps://git.sr.ht/~user/repo.git
user/repoGitHub when not a local path
https://... / git@...used as-is
./path / /absolute/pathlocal directory copy

sh:~user/repo is accepted too (the ~ is not doubled).