wok-current view fish-doc/receipt @ rev 23541
updated python-pylons (1.0 -> 1.0.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:21:10 2020 +0100 (2020-04-06) |
parents | a692dd5a5c64 |
children | 0748b6362df7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fish-doc"
4 VERSION="3.0.2"
5 CATEGORY="system-tools"
6 SHORT_DESC="The FrIendly SHell - documentation."
7 MAINTAINER="tcg.thegamer@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://fishshell.com"
11 WANTED="fish"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/doc $fs/usr/share
18 cp -a $install/usr/share/man $fs/usr/share
19 }