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

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }