wok-current view rust-cargo/receipt @ rev 25697
Up apache (CVE-2023-38709, CVE-2024-24795, CVE-2024-27316), up libarchive, qemu, add amdgpu/touchpad support and clean modules.list, up website for repology
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Apr 16 17:00:21 2024 +0000 (9 months ago) |
parents | 602fe1a031b1 |
children | 5926178cd6fa |
line source
1 # SliTaz package receipt.
3 PACKAGE="rust-cargo"
4 VERSION="1.70.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 }