Files
alire-index-community/index/ma/make/make-external.toml
T
2021-01-13 14:12:03 +01:00

15 lines
331 B
TOML

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