wok annotate rust-cargo/receipt @ rev 25696

created recipe for dool
author Hans-G?nter Theisgen
date Sat May 11 17:17:55 2024 +0100 (7 weeks 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 }