镜像自地址
https://github.com/JGZYES/ParlzPackageManger.git
已同步 2026-09-11 08:52:45 +08:00
mirror: add eza, fzf, tree packages (linux amd64 + aarch64)
- eza 0.23.5, fzf 0.74.3, tree 2.3.2 .pdm, built from upstream binaries (eza/fzf GitHub releases, tree from Debian pool), data at bin/<tool>. - registry entries fzf.json/eza.json/tree.json with amd64+aarch64 variants. - packages.json aggregate updated. - verified end-to-end against a local mirror: 'pmm install fzf' selects the linux/amd64 variant, installs, and the binary runs.
这个提交包含在:
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "eza",
|
||||||
|
"version": "0.23.5",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"description": "eza - a modern, maintained replacement for ls",
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "eza",
|
||||||
|
"version": "0.23.5",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"file": "0.23.5-linux-amd64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/eza/0.23.5-linux-amd64.pdm",
|
||||||
|
"sha256": "35df7cfa7ab73b1c909d45bd03684d52b696474b88f5fc81cd0aadb7174f67d7",
|
||||||
|
"description": "eza 0.23.5 (linux amd64)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "eza",
|
||||||
|
"version": "0.23.5",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "aarch64",
|
||||||
|
"file": "0.23.5-linux-aarch64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/eza/0.23.5-linux-aarch64.pdm",
|
||||||
|
"sha256": "7e7c4b4127d7fad23e83aee4ba479086f55be4db37b7b7d293316b46deb34938",
|
||||||
|
"description": "eza 0.23.5 (linux aarch64)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
二进制文件未显示。
二进制文件未显示。
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "fzf",
|
||||||
|
"version": "0.74.3",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"description": "fzf - command-line fuzzy finder",
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "fzf",
|
||||||
|
"version": "0.74.3",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"file": "0.74.3-linux-amd64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/fzf/0.74.3-linux-amd64.pdm",
|
||||||
|
"sha256": "4ae4917dd090b28fa02924b191e12ed82e2cb75dd5d24b86b511de69b7d41e69",
|
||||||
|
"description": "fzf 0.74.3 (linux amd64)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "fzf",
|
||||||
|
"version": "0.74.3",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "aarch64",
|
||||||
|
"file": "0.74.3-linux-aarch64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/fzf/0.74.3-linux-aarch64.pdm",
|
||||||
|
"sha256": "2337321218cda06a4cd593bb5d8229c82572edd8684134dd869e6eae08fd798c",
|
||||||
|
"description": "fzf 0.74.3 (linux aarch64)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
二进制文件未显示。
二进制文件未显示。
@@ -1,8 +1,11 @@
|
|||||||
[
|
[
|
||||||
|
"eza",
|
||||||
|
"fzf",
|
||||||
"git",
|
"git",
|
||||||
"nodejs",
|
"nodejs",
|
||||||
"pcl2",
|
"pcl2",
|
||||||
"php",
|
"php",
|
||||||
"pmm",
|
"pmm",
|
||||||
"pureftpd"
|
"pureftpd",
|
||||||
|
"tree"
|
||||||
]
|
]
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"name": "tree",
|
||||||
|
"version": "2.3.2",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"description": "tree - recursive directory listing",
|
||||||
|
"variants": [
|
||||||
|
{
|
||||||
|
"name": "tree",
|
||||||
|
"version": "2.3.2",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "amd64",
|
||||||
|
"file": "2.3.2-linux-amd64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/tree/2.3.2-linux-amd64.pdm",
|
||||||
|
"sha256": "197e8c6ba859ab4e21faa70de2927e5948a35ebccd4a5f699270564699a0a153",
|
||||||
|
"description": "tree 2.3.2 (linux amd64)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tree",
|
||||||
|
"version": "2.3.2",
|
||||||
|
"os": "linux",
|
||||||
|
"arch": "aarch64",
|
||||||
|
"file": "2.3.2-linux-aarch64.pdm",
|
||||||
|
"url": "https://pmm.parlz.com/mirror/packages/tree/2.3.2-linux-aarch64.pdm",
|
||||||
|
"sha256": "7b1cbef9c057d17834c65ac2934be261ecddacbeaea0c8d71462efc27ea6235e",
|
||||||
|
"description": "tree 2.3.2 (linux aarch64)"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
二进制文件未显示。
二进制文件未显示。
在新工单中引用
屏蔽一个用户