wok annotate rust-cargo/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
parents f729a14d0687
children dbdacb7fd60c
rev   line source
al@19472 1 # SliTaz package receipt.
al@19472 2
al@19472 3 PACKAGE="rust-cargo"
Hans-G?nter@21857 4 VERSION="1.37.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
al@19472 11 WANTED="rust"
al@19472 12 DEPENDS="rust"
pascal@20623 13 SIBLINGS="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 }