add meta for rustlang
authorAJ ONeal <aj@therootcompany.com>
Mon, 27 Apr 2020 05:30:46 +0000 (05:30 +0000)
committerAJ ONeal <aj@therootcompany.com>
Mon, 27 Apr 2020 05:30:46 +0000 (05:30 +0000)
rustlang/rustlang.bash

index 76fee724198a0b849a27c62971caa89e7ab2de1a..392356c7e0b24b980a30303b720a6f42b5c2259e 100644 (file)
@@ -1,2 +1,10 @@
+#!/bin/bash
+
+# title: Rust
+# homepage: https://rust-lang.org
+# tagline: The Rust Toolchain
+# description: |
+#   A language empowering everyone to build reliable and efficient software.
+
 # Straight from https://rustup.rs/
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh