tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

feat: thread checksum argument through builders #59

Closed deciduously closed 5 months ago

deciduously commented 5 months ago

This PR corrects the arguments accepted by std.build, dropping obsolete fields, and adds a checksum argument to the following interfaces which passes through to the underlying builder:

This closes #58.

Additionally, this PR includes fixes to ncurses and readline, finally allowing downstream packages to properly build against these dependencies using their pkg-config files. Closes #31.

Also includes new package definitions for lz4 and hyperfine.