wok annotate rust-cargo/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents dbdacb7fd60c
children cd6fc250348b
rev   line source
al@19472 1 # SliTaz package receipt.
al@19472 2
al@19472 3 PACKAGE="rust-cargo"
pascal@23973 4 VERSION="1.47.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"
al@19472 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 }