wok-next diff csso-cli/receipt @ rev 20833
prosody: what I see missing when I start the old prosody 0.9.4
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sun Jun 17 19:03:23 2018 +0000 (2018-06-17) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/csso-cli/receipt Sun Jun 17 19:03:23 2018 +0000 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 +}