wok annotate fish-doc/receipt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
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 }