wok annotate fish-doc/receipt @ rev 24793

updated libgpg-error and libgpg-error-dev (1.37 -> 1.44)
author Hans-G?nter Theisgen
date Mon Mar 21 15:45:38 2022 +0100 (2022-03-21)
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 }