wok view nnn-plugins/receipt @ rev 25795
created recipe for libxfcegui4-lang
author | Hans-G?nter Theisgen |
---|---|
date | Wed Oct 23 16:34:18 2024 +0100 (3 months ago) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="nnn-plugins"
4 VERSION="4.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="The missing terminal file manager for X - official plugins."
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="BSD-2"
9 WEB_SITE="https://github.com/jarun/nnn/"
11 WANTED="nnn"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/nnn
17 cp -a $src/plugins $fs/usr/share/nnn
18 }