#download #repo #github #latest #hub #release

app hub_fetch

Simple program for downloading latest releases from github

2 releases

0.1.1 Jan 24, 2020
0.1.0 Jan 24, 2020

#38 in #hub

MIT license

16KB
186 lines

hub_fetch

Simple program that will download the latest release of whatever github repo.

hub.toml holds all the info about the repo you want, syntax as below.

[packages.{repo}]
arch = "{arch}"
file_type = "{filetype}"
user = "{user}"
repo = "{repo}"
get_package = true/false
get_source = true/false

Future goals:
better error handling
flexible versioning (for instance with cargo.toml dependencies)
inferring arch/filetype from system specs
match analogous archs/filetypes, eg amd64 == x86_64
hook a shell script or something to actually install the program

Dependencies

~9–24MB
~377K SLoC