Hello,

I discovered nvchecker, https://github.com/lilydjwg/nvchecker, quite recently. 
It automatically checks the package version for projects that exist on Github, 
though not limited to the site. I will be crafting a script later to have it 
compare with packages from Exherbo. 
It uses toml for configuration file. For example:

[__config__]
keyfile = "$HOME/.config/nvchecker/keyfile.toml"

[cmus]
source = "github"
use_latest_release = "true"
github = "cmus/cmus"

[nvchecker]source = "github"
use_latest_tag = "true"
github = "lilydjwg/nvchecker"

What do you guys think of this? I have using repology to verify if there is an 
update. This will allow me to "bookmark" my favorite packages and bypass a few 
inconveniences. I may be late to the curve though.

Thank you,
Dolan Dolan
_______________________________________________
paludis-user mailing list
[email protected]
http://lists.exherbo.org/mailman/listinfo/paludis-user

Reply via email to