Skip to content
/ bpk Public

macos bin package manager, save time to install package.

License

Notifications You must be signed in to change notification settings

milisp/bpk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

bpk install pkg

package files

pkgs/$pkg/
    info
    link.sh
    version
    url

info

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

all|$url
x86_64|$url
arm64|$url

version or x86_64_version or arm64_version

version|md5
3.12.2|f88981146d943b5517140fa96e96f153

About

macos bin package manager, save time to install package.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published