https://github.com/milisp/bpk
macos bin package manager, save time to install package.
https://github.com/milisp/bpk
apt apt-get brew package-manager
Last synced: 15 days ago
JSON representation
macos bin package manager, save time to install package.
- Host: GitHub
- URL: https://github.com/milisp/bpk
- Owner: milisp
- License: gpl-3.0
- Created: 2024-03-27T08:34:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T03:29:34.000Z (about 2 years ago)
- Last Synced: 2025-03-30T20:18:39.239Z (about 1 year ago)
- Topics: apt, apt-get, brew, package-manager
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bpk
## save time to install macos package.
> install bin packages just download one url.
> brew need to download too much and Compilation time is too long.
## Usage
```sh
bpk install pkg
```
## package files
```txt
pkgs/$pkg/
info
link.sh
version
url
```
### info
```txt
n: name
d: description
c: bin for check exists
p: prefix for folder to remove or link # option
r: folder path for remove or link # option
```
### url
url template `x86_64|https://github.com/ducaale/xh/releases/download/v#v/xh-v#v-x86_64-apple-darwin.tar.gz`
at lease one url template
```txt
all|$url
x86_64|$url
arm64|$url
```
### version or `x86_64_version` or `arm64_version`
```md
version|md5
3.12.2|f88981146d943b5517140fa96e96f153
```