wok-current view geany-doc/receipt @ rev 25685
Add checkspace / fetchall feature for tazpkg
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Mar 14 20:28:39 2024 +0000 (8 months ago) |
parents | 128aae84d74c |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-doc"
4 VERSION="1.23.1"
5 CATEGORY="development"
6 SHORT_DESC="Geany official documentation."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="geany"
10 WEB_SITE="https://www.geany.org/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share
17 cp -a $install/usr/share/doc $fs/usr/share
18 }