wok view nano-doc/receipt @ rev 25474

openjdk-6-src: use find from findutils in place of busybox find
author Hans-G?nter Theisgen
date Thu Oct 13 16:42:57 2022 +0100 (20 months ago)
parents 84e8c7b07160
children a92b20152ab0
line source
1 # SliTaz package receipt.
3 PACKAGE="nano-doc"
4 VERSION="6.2"
5 CATEGORY="doc"
6 SHORT_DESC="Nano Text Editor, documentation and man pages."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL3"
9 WEB_SITE="https://nano-editor.org/"
11 WANTED="nano"
13 genpkg_rules()
14 {
15 cook_copy_folders doc
16 cook_copy_folders man
17 }