wok-next view rust-musl/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 757d032c55c7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="rust-musl"
4 VERSION="1.20.0"
5 CATEGORY="development"
6 SHORT_DESC="The Rust programming language (stdlib for musl)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT Apache BSD"
9 WEB_SITE="https://www.rust-lang.org/"
10 REPOLOGY="rust"
12 TARBALL="rust-std-$VERSION-i686-unknown-linux-musl.tar.xz"
13 WGET_URL="https://static.rust-lang.org/dist/$TARBALL"
15 compile_rules() {
16 ./install.sh \
17 --prefix=$install/usr \
18 --sysconfdir=$install/etc \
19 --mandir=$install/usr/share/man \
20 --without=rust-docs
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="rust"
26 }