From 7b00e4aec5844c4ccd33897159235866d7403ea7 Mon Sep 17 00:00:00 2001 From: Tony Gair Date: Fri, 19 Jun 2026 16:29:37 +0100 Subject: [PATCH] df_stb 0.1.0 (#1955) * Add df_stb 0.1.0 * df_stb: post-fetch action for build-stb.sh + notes field (review #1955); re-pin to c3442ad --------- Co-authored-by: Tony Gair Co-authored-by: Alejandro R Mosteo --- index/df/df_stb/df_stb-0.1.0.toml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 index/df/df_stb/df_stb-0.1.0.toml diff --git a/index/df/df_stb/df_stb-0.1.0.toml b/index/df/df_stb/df_stb-0.1.0.toml new file mode 100644 index 00000000..9af34f59 --- /dev/null +++ b/index/df/df_stb/df_stb-0.1.0.toml @@ -0,0 +1,28 @@ +name = "df_stb" +description = "Ada bindings to Sean Barrett's STB header-only utility libraries" +version = "0.1.0" +authors = ["The Dark Factory Ltd"] +maintainers = ["tony.gair@thedarkfactory.co.uk"] +maintainers-logins = ["tonygair"] +licenses = "MIT" +website = "https://github.com/the-dark-factory/stb-ada" +tags = ["binding", "image", "stb", "stb-image", "stb-truetype"] +project-files = ["df_stb.gpr"] +auto-gpr-with = false +notes = "STB is header-only C; the post-fetch action builds vendor/stb/libstb.a from csrc/stb_impl.c (plain cc, no extra tooling)." + +[build-switches] +"*".style_checks = ["-gnaty"] + +[[actions]] +type = "post-fetch" +command = ["bash", "scripts/build-stb.sh"] + +[available.'case(os)'] +macos = true +linux = true +windows = false # Untested. + +[origin] +commit = "c3442adac650bff870167ba26b718115deb780b9" +url = "git+https://github.com/the-dark-factory/stb-ada.git"