How can I contribute by adding packages or request a package? #152
-
|
I use lmstudio from aur but now it's outdated there, so I have to manually download the appimage and use it, lmstudio isn't available using soar. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Soar uses the metadata from https://github.com/pkgforge/metadata by default (these aren't updated now). There's a work in progress for adding packages at https://github.com/pkgforge/soarpkgs. You can also install packages that aren't in a repository using direct URLs: https://soar.qaidvoid.dev/releases/v0.10 (declaratively, it can also be updated assuming you have some way of fetching the latest version) or with just |
Beta Was this translation helpful? Give feedback.
Soar uses the metadata from https://github.com/pkgforge/metadata by default (these aren't updated now). There's a work in progress for adding packages at https://github.com/pkgforge/soarpkgs.
You can also install packages that aren't in a repository using direct URLs: https://soar.qaidvoid.dev/releases/v0.10 (declaratively, it can also be updated assuming you have some way of fetching the latest version) or with just
soar install https://download-url(although it never updates).. There no proper documentation yet for this feature..