You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/soar/README.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,8 @@
2
2
3
3
The `soar` module installs & integrates the [`soar`](https://github.com/pkgforge/soar) package manager as an alternative to [Homebrew / Linuxbrew](https://brew.sh/).
4
4
5
-
[`soar`](https://github.com/pkgforge/soar) is a package manager, which manages the installation of portable & static binaries.
6
-
[PkgForge's](https://github.com/pkgforge)`bincache` repo is used by default for the binaries.
7
-
Other repos that contain GUI applications are disabled to make `soar` focused on CLI binaries only.
8
-
This is configurable if you wish to have a package manager for GUI applications, see [`Configuration options`](#configuration-options).
9
-
10
-
The repositories with prebuilt binaries use the GitHub Container registry as their backend and all their packages are published there.
5
+
[`soar`](https://github.com/pkgforge/soar) is a package manager, which manages the installation of portable & static binaries & applications.
6
+
[PkgForge's](https://github.com/pkgforge)`soarpkgs` repo is used by default for the packages.
11
7
12
8
Compared to [Homebrew / Linuxbrew](https://brew.sh/):
13
9
- there are no managed dependencies for packages by design (single package = single binary).
@@ -24,9 +20,11 @@ For more information, please see the [official documentation of `soar`](https://
24
20
25
21
## Repos
26
22
27
-
To see the useful information about source, reliability, trust & security of all `soar` repos, including external ones, you can open the links below:
28
-
-https://docs.pkgforge.dev/repositories
29
-
-https://docs.pkgforge.dev/repositories/external
23
+
Currently, only the default `soarpkgs` repo exists.
24
+
Third-party repos are possible to be made and used, but not by default in this module.
25
+
26
+
Historically, when this module was initially introduced, a good number of `pkgforge` repos existed.
27
+
However, the previous maintainer of `pkgforge` repos Azathothas (also known as Ajam) quit and its maintainership was handled to the `soar` developer QaidVoid, who decided to remove all these repos and focus on the default repo `soarpkgs`.
Copy file name to clipboardExpand all lines: modules/soar/soar.tsp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ model SoarModuleV1 {
19
19
/** Defines how often the `soar` upgrade service should run. The string is passed directly to `OnUnitInactiveSec` in systemd timer. (Syntax: ['1d', '6h', '10m']). */
20
20
`upgrade-interval`?:string="8h";
21
21
22
-
/**Whether to enable the additional `pkgcache` repo, to enable the support for GUI applications (mostly consisted of AnyLinux-AppImages). */
22
+
/**This is a placeholder option which currently does nothing, as it was used before when there were multiple available repos. It may be repurposed to be used in the future. */
0 commit comments