wok view rust-cargo/receipt @ rev 21504

updated mygestures (0.7 -> 2.0)
author Hans-G?nter Theisgen
date Thu May 02 16:26:43 2019 +0100 (2019-05-02)
parents 4b55a51aefa5
children 76553471f1b5
line source
1 # SliTaz package receipt.
3 PACKAGE="rust-cargo"
4 VERSION="1.31.1"
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 WANTED="rust"
12 DEPENDS="rust"
13 SIBLINGS="rust"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cook_copy_files cargo*
19 }