7fc0e55647
* minirest-0.1, curl-external * Make the distribution case explicit With workaround for outdated js toml parser
16 lines
361 B
TOML
16 lines
361 B
TOML
name = "curl"
|
|
description = "Command-line tool for transferring data with URL syntax"
|
|
|
|
maintainers = ["alejandro@mosteo.com"]
|
|
maintainers-logins = ["mosteo"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"..." = ["curl"]
|
|
|
|
[[external]]
|
|
kind = "version-output"
|
|
version-command = ["curl", "--version"]
|
|
version-regexp = '^curl ([\d\.?]+).*'
|