innobead / huber

Huber 📦, Package Install Manager for GitHub repos
Apache License 2.0
189 stars 17 forks source link

Add default artifact naming rules for a universal package management #51

Closed innobead closed 2 years ago

innobead commented 2 years ago

Have a default artifact download rule so there is an option to no need to manage projects in the built-in packages, but users are still able to do any unmanaged artifact download if the project conforms to the default artifact download rule.

or, users can define a huber config in their repo for the non-default download rule.

innobead commented 2 years ago

Fixed in https://github.com/innobead/huber/commit/c21d706e3057540a976a2baedd4c5a80d4d220fd

innobead commented 2 years ago

The default target rule by using some builtin template variables ({version}, {os}, {arch})

image