From c5090d8e748b3fe3f7b71d853126be92a0686aed Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 27 Apr 2021 16:36:07 +0200 Subject: [PATCH] Template for external crates (#270) --- templates/crate-external.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/crate-external.toml diff --git a/templates/crate-external.toml b/templates/crate-external.toml new file mode 100644 index 00000000..a041b4d7 --- /dev/null +++ b/templates/crate-external.toml @@ -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"]