nodenv / node-build-update-defs

Scrape build definitions from nodejs.org and github.com
MIT License
36 stars 7 forks source link

Improve scraped definition when missing source package. #29

Open jasonkarns opened 5 years ago

jasonkarns commented 5 years ago

Desired output:

perhaps a message that the source is missing, and only binaries are possible.

Somehow, still derive the package name so the install line is:

install_package "foo" (only missing the URL)

jasonkarns commented 5 years ago

Current definitions print using plain echo. Ought to leverage the same mechanism as eol and lts_maint warnings.