wok annotate fish-doc/receipt @ rev 22975

updated jsoncpp (1.8.4 -> 1.9.2)
author Hans-G?nter Theisgen
date Sat Feb 29 15:32:23 2020 +0100 (2020-02-29)
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 }