wok-next annotate 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
rev   line source
al@20763 1 # SliTaz package receipt v2.
al@20763 2
al@20763 3 PACKAGE="csso-cli"
al@20763 4 VERSION="latest"
al@20763 5 CATEGORY="utilities"
al@20763 6 SHORT_DESC="Command line interface for CSSO"
al@20763 7 MAINTAINER="al.bobylev@gmail.com"
al@20763 8 LICENSE="MIT"
al@20763 9 WEB_SITE="https://github.com/css/csso-cli"
al@20763 10
al@20763 11 BUILD_DEPENDS="node"
al@20763 12
al@20763 13 compile_rules() {
al@20763 14 npm install -g csso-cli || return 1
al@20763 15
al@20763 16 cook_pick_docs $install/usr/lib/node_modules/csso-cli/README.md
al@20763 17 }
al@20763 18
al@20763 19 genpkg_rules() {
al@20763 20 VERSION=$(sed -n '/csso-cli@/ s|.*csso-cli@||p' $LOGS/$PACKAGE.log)
al@20763 21 copy @std
al@20763 22 DEPENDS="node"
al@20763 23 }