408bf8e9cf
* Detect make from version output This way it is available even in platforms without package manager (macOS). * Code review (case expression)
15 lines
344 B
TOML
15 lines
344 B
TOML
description = "Utility for directing compilation"
|
|
name = "make"
|
|
licenses = []
|
|
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\\.]+).*"
|