wok annotate fish-doc/receipt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 months ago)
parents c07bf346217b
children
rev   line source
tcg@17299 1 # SliTaz package receipt.
tcg@17299 2
tcg@17299 3 PACKAGE="fish-doc"
Hans-G?nter@24551 4 VERSION="3.3.1"
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 {
Hans-G?nter@24551 15 cook_copy_folders doc
Hans-G?nter@24551 16 cook_copy_folders man
tcg@17299 17 }