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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,15 +201,15 @@ A schema of the metadata format can be found here [/misc/cmd/dbinRepoIndexGenera
201
201
###### NOTE: All of them are based on external sources, except AppBundleHUB. As I'm not a package maintainer. The default repos come within the same file
202
202
203
203
- [PkgForge's repos](https://docs.pkgforge.dev/repositories): External repository with __Portable__ programs that are _truly static, or otherwise self-contained_ using a wrapper format
- Note however that pkgforge also has dynamic (unportable) programs/packages (that only run on Debian & derivatives), `dbin` filters these out, leaving behind only the static/portable programs. These are a minority of the programs included.
211
211
- [AppBundleHub](https://github.com/xplshn/AppBundleHUB): Only self-hosted repository: __Portable__ programs in .AppBundle format
212
-
- 27 <!-- APPBUNDLEHUB_COUNT -->
212
+
- 34 <!-- APPBUNDLEHUB_COUNT -->
213
213
214
214
##### Endpoints
215
215
@@ -223,18 +223,18 @@ NOTE: If you're using an Opteron Venus or similar ancient CPU, it may be better
223
223
224
224
## Optional repos
225
225
- [AM repo](https://docs.pkgforge.dev/repositories/external/am): External repository with not-so portable programs that work only on glibc-based distros. The packages come from the [AM](https://github.com/ivan-hc/AM) package manager
226
-
- 2305 <!-- AM_COUNT -->
226
+
- 2236 <!-- AM_COUNT -->
227
227
- NOTE: Scrapped by pkgforge. Adapted to `dbin` format at `dbin-metadata`
- [PkgForge Go repo](https://docs.pkgforge.dev/repositories/external/go): External repository with __Portable__ _truly static_ programs, they are the result of scrapping various sources with Go repositories and compilng them. You can read more about the process at the docs of the upstream project: https://docs.pkgforge.dev/repositories/external/pkgforge-go
231
231
- The binaries in this repo are Go projects that have been fetched, filtered and built automagically
0 commit comments