@patdx/pkg
Install binary packages on Linux and macOS from this catalog or any URL.
The local CLI is ppkg (JSR package
@patdx/pkg).
Default remote:
https://repo.pmil.me
Install the CLI once (ensure ~/.deno/bin is on your PATH):
deno install -g -A -n ppkg jsr:@patdx/pkg
Example install:
ppkg add apktool
Example remove:
ppkg remove apktool
One-liner without a global install:
deno run -A --reload jsr:@patdx/pkg add apktool