Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

[Note] Tracking Number of Ported Packages #1

Closed
Azathothas opened this issue Nov 26, 2023 · 1 comment
Closed

[Note] Tracking Number of Ported Packages #1

Azathothas opened this issue Nov 26, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Azathothas
Copy link
Contributor

Azathothas commented Nov 26, 2023

Diff:  https://github.com/metis-os/hysp-pkgs/blob/main/.github/PKGS_DIFF.txt

#-----------------------------------------------------------------------------#
↣ x86_64
#Total Hosted pkgs --> Azathothas/Toolpacks
curl -qfsSL "https://api.github.com/repos/Azathothas/Toolpacks/contents/x86_64/" | jq -r '.[].name' | sort -u | wc -l
❯ 415 #2023-11-30

#Total Hosted pkgs --> Azathothas/Static-Binaries (Baseutils only) #Not Included in Toolpacks
curl -qfsSL "https://api.github.com/repos/Azathothas/Static-Binaries/contents/baseutils/x86_64/" | jq -r '.[].name' | sort -u | wc -l
❯ 332 #2023-11-30

#Total Ported Packages --> metis-os/hysp-pkgs
curl -qfsSL "https://raw.githubusercontent.com/metis-os/hysp-pkgs/main/data/metadata.json" | jq -r '.packages[] | select(.architecture == "x86_64")' | jq -r '.name' | sort -u | wc -l
❯ 238 #2023-11-30
#-----------------------------------------------------------------------------#

#-----------------------------------------------------------------------------#
↣ aarch64 || arm64
#Total Hosted pkgs --> Azathothas/Toolpacks
curl -qfsSL "https://api.github.com/repos/Azathothas/Toolpacks/contents/aarch64_arm64/" | jq -r '.[].name' | sort -u | wc -l
❯ 372 #2023-11-30

#Total Ported Packages --> metis-os/hysp-pkgs
curl -qfsSL "https://raw.githubusercontent.com/metis-os/hysp-pkgs/main/data/metadata.json" | jq -r '.packages[] | select(.architecture == "aarch64_arm64")' | jq -r '.name' | sort -u | wc -l
❯ 221 #2023-11-30
#-----------------------------------------------------------------------------#
@Azathothas
Copy link
Contributor Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant