wok annotate nano-doc/receipt @ rev 24955

updated nano and nano-doc (4.8 -> 6.2)
author Hans-G?nter Theisgen
date Sat Apr 23 16:34:46 2022 +0100 (2022-04-23)
parents 84e8c7b07160
children a92b20152ab0
rev   line source
al@19259 1 # SliTaz package receipt.
al@19259 2
al@19259 3 PACKAGE="nano-doc"
Hans-G?nter@24955 4 VERSION="6.2"
al@19259 5 CATEGORY="doc"
Hans-G?nter@21517 6 SHORT_DESC="Nano Text Editor, documentation and man pages."
al@19259 7 MAINTAINER="al.bobylev@gmail.com"
al@19259 8 LICENSE="GPL3"
al@19259 9 WEB_SITE="https://nano-editor.org/"
al@19259 10
al@19259 11 WANTED="nano"
al@19259 12
al@19259 13 genpkg_rules()
al@19259 14 {
Hans-G?nter@24955 15 cook_copy_folders doc
Hans-G?nter@24955 16 cook_copy_folders man
al@19259 17 }
Hans-G?nter@21518 18