wok-next view uglifyjs/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="uglifyjs"
4 VERSION="latest"
5 CATEGORY="utilities"
6 SHORT_DESC="JavaScript parser / mangler / compressor / beautifier library for NodeJS"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/mishoo/UglifyJS"
11 BUILD_DEPENDS="node"
13 compile_rules() {
14 npm install -g uglify-js@1 || return 1
16 cook_pick_docs $install/usr/lib/node_modules/uglify-js/README.html
17 }
19 genpkg_rules() {
20 VERSION=$(sed -n '/uglify-js@/ s|.*uglify-js@||p' $LOGS/$PACKAGE.log)
21 copy @std
22 DEPENDS="node"
23 }