wok annotate nano-doc/receipt @ rev 25814

Fix miss util-linux-sfdisk for clonezilla deps
author Stanislas Leduc <shann@slitaz.org>
date Thu Feb 20 10:58:47 2025 +0100 (35 hours ago)
parents a92b20152ab0
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@25742 9 #WEB_SITE="https://www.nano-editor.org/"
pascal@25742 10 WEB_SITE="https://git.savannah.gnu.org/cgit/nano.git"
al@19259 11
al@19259 12 WANTED="nano"
al@19259 13
al@19259 14 genpkg_rules()
al@19259 15 {
Hans-G?nter@24955 16 cook_copy_folders doc
Hans-G?nter@24955 17 cook_copy_folders man
al@19259 18 }
Hans-G?nter@21518 19