wok-next view csso-cli/receipt @ rev 21687

updated glpi (0.80.7 -> 9.4.6)
author Hans-G?nter Theisgen
date Mon Jun 29 17:11:21 2020 +0100 (2020-06-29)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="csso-cli"
4 VERSION="latest"
5 CATEGORY="utilities"
6 SHORT_DESC="Command line interface for CSSO"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/css/csso-cli"
11 BUILD_DEPENDS="node"
13 compile_rules() {
14 npm install -g csso-cli || return 1
16 cook_pick_docs $install/usr/lib/node_modules/csso-cli/README.md
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n '/csso-cli@/ s|.*csso-cli@||p' $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="node"
23 }