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

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
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 }