wok view nano-doc/receipt @ rev 20011

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
parents
children cb1c44991845
line source
1 # SliTaz package receipt.
3 PACKAGE="nano-doc"
4 VERSION="2.6.1"
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 mkdir -p $fs/usr/share
16 cp -a $install/usr/share/doc $install/usr/share/man $fs/usr/share
17 }