wok annotate nano-doc/receipt @ rev 25652

Up ntfs-3g (2022.10.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 06 11:59:08 2024 +0000 (4 months ago)
parents dd4fe41206e8
children
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"
pascal@25652 9 WEB_SITE="https://www.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