wok view rust-cargo/receipt @ rev 24474

updated desktop-file-utils and desktop-file-utils-extra (0.24 -> 0.26)
author Hans-G?nter Theisgen
date Thu Feb 17 17:07:56 2022 +0100 (2022-02-17)
parents dbdacb7fd60c
children cd6fc250348b
line source
1 # SliTaz package receipt.
3 PACKAGE="rust-cargo"
4 VERSION="1.47.0"
5 CATEGORY="development"
6 SHORT_DESC="The Rust package manager."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT Apache BSD"
9 WEB_SITE="https://www.rust-lang.org/"
11 SIBLINGS="rust"
12 DEPENDS="rust"
13 WANTED="rust"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files cargo*
19 }