wok view rust-doc/receipt @ rev 19968
R: update deps (thanks Kevlar)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 02 11:21:58 2017 +0200 (2017-06-02) |
parents | 1aa53b0104ba |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="rust-doc"
4 VERSION="1.12.1"
5 CATEGORY="doc"
6 SHORT_DESC="The Rust programming language documentation"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT Apache BSD"
9 WEB_SITE="https://www.rust-lang.org/"
11 WANTED="rust"
12 SIBLINGS="rust rust-cargo"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share
18 cp -a $install/usr/share/doc $fs/usr/share
19 }