wok annotate rust-doc/receipt @ rev 20614

palemoon: force arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 20 21:37:38 2018 +0100 (2018-12-20)
parents 1aa53b0104ba
children
rev   line source
al@19472 1 # SliTaz package receipt.
al@19472 2
al@19472 3 PACKAGE="rust-doc"
al@19476 4 VERSION="1.12.1"
al@19472 5 CATEGORY="doc"
al@19472 6 SHORT_DESC="The Rust programming language documentation"
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 SIBLINGS="rust rust-cargo"
al@19472 13
al@19472 14 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19472 15 genpkg_rules()
al@19472 16 {
al@19472 17 mkdir -p $fs/usr/share
al@19472 18 cp -a $install/usr/share/doc $fs/usr/share
al@19472 19 }