From f29d569cd33a73da5ad675f43a34ad53c5cc9bc6 Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 2 Feb 2023 14:10:02 +0000 Subject: Work --- repo/rust/cargo.xibuild | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 repo/rust/cargo.xibuild (limited to 'repo/rust/cargo.xibuild') diff --git a/repo/rust/cargo.xibuild b/repo/rust/cargo.xibuild new file mode 100644 index 0000000..8a9f47e --- /dev/null +++ b/repo/rust/cargo.xibuild @@ -0,0 +1,8 @@ +#!/bin/sh + +DEPS="rust" +DESC="Rust package manager" + +package () { + add_from_main "usr/bin/cargo" +} -- cgit v1.2.1