Files
alire-index-community/index/ma/make.toml
T
Alejandro R. Mosteo 6eaeef1578 Externally detected tool by version output
Modified: gnat, make
2020-02-17 17:44:43 +01:00

11 lines
265 B
TOML

[general]
description = "Utility for directing compilation"
maintainers = ["alejandro@mosteo.com"]
maintainers-logins = ["mosteo"]
licenses = []
[[external]]
kind = "output-version"
version-command = [ "make", "--version" ]
version-regexp = ".*Make ([\\d\\.]+).*"