Skip to content

Commit b163dd9

Browse files
committed
♻️ Synced dbin 📦 <-- [WEEKLY] Update MoeCounter image and package counts ⌚
1 parent ba742ea commit b163dd9

File tree

10 files changed

+866
-12
lines changed

10 files changed

+866
-12
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/xplshn/dbin?include_prereleases)](https://github.com/xplshn/dbin/releases/latest)
55
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/xplshn/dbin)
66

7-
<p align="center"><img src="https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg" alt="dbin logo, made with love, by @peacefulwilliam <github.com/contrarybaton60>" width="150" /></p>
7+
<p align="center"><img src="https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/logo_by_peacefulwilliam.svg" alt="dbin logo, made with love, by @peacefulwilliam <github.com/contrarybaton60>" width="150" /></p>
88

99
<!--[Makes my repo look bad because these usually show "Failing"]-------------------------------------------------------------------------------------------
1010
[![AMD64 repo status](https://github.com/Azathothas/Toolpacks/actions/workflows/build_x86_64_Linux.yaml/badge.svg)](https://github.com/Azathothas/Toolpacks)
@@ -198,26 +198,25 @@ A schema of the metadata format can be found here [/misc/cmd/dbinRepoIndexGenera
198198

199199
### Default repos ![pin](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pin.svg)
200200
- [PkgForge's repos](https://docs.pkgforge.dev/repositories): Portable programs that are truly static, or otherwise self-contained using a wrapper format
201-
![pkgforge_repo](https://raw.githubusercontent.com/xplshn/dbin/master/misc/assets/pkgforge.svg)
202201
- <!-- PKGFORGE_COUNT -->
203202
- 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.
204203
- [AppBundleHub](https://github.com/xplshn/AppBundleHUB): Portable programs in .AppBundle format
205-
- <!-- APPBUNDLEHUB_COUNT -->
204+
- 0 0 0 0 27 27 27 27 <!-- APPBUNDLEHUB_COUNT -->
206205

207206
## Optional repos
208207
- [AM repo](https://github.com/ivan-hc/am): `https://github.com/xplshn/dbin-metadata/raw/refs/heads/master/misc/cmd/1.5/AM_amd64_linux.lite.cbor.zst`
209208
- Note that the binaries in this repository come from the AM package manager, they aren't guaranteed to work everywhere, unlike the binaries in the default repos. But a lot of these are useful and do work even on Musl systems. I recommend you check it out
210-
- <!-- AM_COUNT -->
209+
- 2302 2302 2302 2302 2302 2302 2302 2302 <!-- AM_COUNT -->
211210
- URL: `https://d.xplshn.com.ar/misc/cmd/1.5/AM_amd64_linux.lite.cbor.zst`
212211

213212
- [PkgForge Go repo](https://github.com/ivan-hc/am): `https://github.com/xplshn/dbin-metadata/raw/refs/heads/master/misc/cmd/1.5/pkgforge-go_amd64_linux.lite.cbor.zst`
214213
- The binaries in this repo are Go projects that have been fetched, filtered and built automagically
215-
- <!-- GO_COUNT -->
214+
- 10521 10521 10521 10521 10521 10521 10521 10521 <!-- GO_COUNT -->
216215
- URL: `https://d.xplshn.com.ar/misc/cmd/1.5/pkgforge-go_amd64_linux.lite.cbor.zst`
217216

218217
- [PkgForge Cargo repo](https://github.com/ivan-hc/am): `https://github.com/xplshn/dbin-metadata/raw/refs/heads/master/misc/cmd/1.5/pkgforge-cargo_amd64_linux.lite.cbor.zst`
219218
- The binaries in this repo are Rust projects that have been fetched, filtered and built automagically
220-
- <!-- CARGO_COUNT -->
219+
- 4583 4583 4583 4583 4583 4583 4583 4583 <!-- CARGO_COUNT -->
221220
- URL: `https://d.xplshn.com.ar/misc/cmd/1.5/pkgforge-cargo_amd64_linux.lite.cbor.zst`
222221

223222
### Libraries
@@ -237,4 +236,4 @@ Contributions are welcome! Whether you've found a bug, have a feature request, o
237236
## License
238237
dbin is licensed under the ISC (equivalent to MIT but without unnecessary legal wording) or RABRMS Licenses, choose whichever fits your needs best.
239238

240-
## Its pretty safe to state that we are ![cooltext466498248029130](https://github.com/user-attachments/assets/4397b1d3-44f2-4ae9-99c6-7379860bfa73)
239+
## Its pretty safe to state that we are ![cooltext](https://github.com/user-attachments/assets/4397b1d3-44f2-4ae9-99c6-7379860bfa73)

misc/assets/counter.svg

Lines changed: 3 additions & 3 deletions
Loading

misc/assets/logo.old.png

227 KB
Loading
871 Bytes
Loading

misc/assets/logo_by_peacefulwilliam.svg

Lines changed: 1 addition & 0 deletions
Loading
5.2 KB
Binary file not shown.

misc/assets/pkgforge.svg

Lines changed: 60 additions & 0 deletions
Loading

misc/cmd/dbinRepoIndexGenerators/1.4/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ func main() {
585585
"https://github.com/pkgforge-go/builder/raw/refs/heads/main/data/%s.json",
586586
"https://meta.pkgforge.dev/external/pkgforge-go/%s.json",
587587
},
588-
Single: true,
588+
Standalone: true,
589589
//Filter: func(items *[]DbinItem) {
590590
// var filteredItems []DbinItem
591591
// for _, item := range *items {

misc/cmd/dbinRepoIndexGenerators/1.5/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ func main() {
585585
"https://github.com/pkgforge-go/builder/raw/refs/heads/main/data/%s.json",
586586
"https://meta.pkgforge.dev/external/pkgforge-go/%s.json",
587587
},
588-
Single: true,
588+
Standalone: true,
589589
//Filter: func(items *[]DbinItem) {
590590
// var filteredItems []DbinItem
591591
// for _, item := range *items {

0 commit comments

Comments
 (0)