wok annotate rust-cargo/receipt @ rev 25672

Up minidlna (1.3.3), phpmyadmin (5.2.1), pidgin (2.14.13), redis (7.2.4), rsync (3.2.7), rust (1.76.0), screen (4.9.1), squashfs (4.6.1), squid (6.7), stunnel (5.72), tcpdump (4.99.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 26 14:07:44 2024 +0000 (3 months ago)
parents 602fe1a031b1
children
rev   line source
al@19472 1 # SliTaz package receipt.
al@19472 2
al@19472 3 PACKAGE="rust-cargo"
pascal@25672 4 VERSION="1.76.0"
al@19530 5 CATEGORY="development"
Hans-G?nter@21857 6 SHORT_DESC="The Rust package manager."
al@19472 7 MAINTAINER="al.bobylev@gmail.com"
al@19472 8 LICENSE="MIT Apache BSD"
pascal@25181 9 WEB_SITE="https://www.rust-lang.org"
al@19472 10
Hans-G?nter@23628 11 SIBLINGS="rust"
Hans-G?nter@23628 12 DEPENDS="rust"
al@19472 13 WANTED="rust"
al@19472 14
al@19472 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19472 16 genpkg_rules()
al@19472 17 {
al@19472 18 cook_copy_files cargo*
al@19472 19 }