wok annotate fish-doc/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents a692dd5a5c64
children 0748b6362df7
rev   line source
tcg@17299 1 # SliTaz package receipt.
tcg@17299 2
tcg@17299 3 PACKAGE="fish-doc"
Hans-G?nter@22727 4 VERSION="3.0.2"
tcg@17299 5 CATEGORY="system-tools"
Hans-G?nter@22727 6 SHORT_DESC="The FrIendly SHell - documentation."
tcg@17299 7 MAINTAINER="tcg.thegamer@gmail.com"
tcg@17299 8 LICENSE="GPL2"
Hans-G?nter@22727 9 WEB_SITE="https://fishshell.com"
Hans-G?nter@22727 10
tcg@17299 11 WANTED="fish"
tcg@17299 12
tcg@17299 13 genpkg_rules()
tcg@17299 14 {
tcg@17313 15 mkdir -p $fs/usr/share
Hans-G?nter@22727 16
Hans-G?nter@22727 17 cp -a $install/usr/share/doc $fs/usr/share
Hans-G?nter@22727 18 cp -a $install/usr/share/man $fs/usr/share
tcg@17299 19 }