Template for external crates (#270)
This commit is contained in:
committed by
GitHub
parent
b5db94cfe1
commit
c5090d8e74
@@ -0,0 +1,17 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user