wok-next diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/csso-cli/receipt	Thu May 07 07:51:56 2020 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="csso-cli"
     1.7 +VERSION="latest"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Command line interface for CSSO"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="MIT"
    1.12 +WEB_SITE="https://github.com/css/csso-cli"
    1.13 +
    1.14 +BUILD_DEPENDS="node"
    1.15 +
    1.16 +compile_rules() {
    1.17 +	npm install -g csso-cli || return 1
    1.18 +
    1.19 +	cook_pick_docs $install/usr/lib/node_modules/csso-cli/README.md
    1.20 +}
    1.21 +
    1.22 +genpkg_rules() {
    1.23 +	VERSION=$(sed -n '/csso-cli@/ s|.*csso-cli@||p' $LOGS/$PACKAGE.log)
    1.24 +	copy @std
    1.25 +	DEPENDS="node"
    1.26 +}