Tolito is Xray_OS AUR helper which mainly serves to build and install packages on the fly directly and mainly from Xray_OS PKGBUILD hosted in Xray_OS GitLab repositories, if something that you look for is not available in our curated repositories then Tolito will fallback and find the package in the AUR.
Tolito is for now in alpha state, it can install packages, remove them, see information about them, clean cache (this needs some rework..), the main feature and the reason why I created Tolito was because I wanted to be able to build and install packages on the fly from my own GitLab repos, that contains my curated PKGBUILDS.
commands:
install: "tolito -S (name of pkg)"
Remove: "tolito -R (name of pkg)"
Clean cache "tolito clean"
See version of a pkg: "tolito -Q" / "tolito -Qi"
Update pkg/pkgs: not supported yet.. working on it
Xray_OS official website:
https://xray-os.github.io/xray_os-website/get-started.html
Features
- Build and install packages on the fly from Xray_OS repos or from AUR
- Remove packages from the Xray_OS-repos/AUR, or even if they're not from the AUR
- See information about any package
- Clean cache (needs some rework..)
- you can parse the git url of a package build into "tolito -S", and it'll probably install it