Files
alire-index-community/templates/crate-external.toml
T
2021-04-27 16:36:07 +02:00

18 lines
495 B
TOML

name = "system package, consider removing lib prefix if appropriate"
description = "A meaningful description, possibly taken from apt show"
maintainers = ["your@mail.com"]
maintainers-logins = ["your-github-login"]
[[external]]
kind = "system"
[external.origin."case(distribution)"]
# Remove any without known system packages
"arch" = ["fill"]
"centos" = ["fill"]
"debian" = ["fill"]
"fedora" = ["fill"]
"msys2" = ["fill"]
"rhel" = ["fill"]
"ubuntu" = ["fill"]