• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisãoae1e34a64d5390ad4b7ca887c5aebcbb637ddc03 (tree)
Hora2020-05-04 19:05:53
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Mensagem de Log

[BLFS] Added redoc-cli.

Mudança Sumário

Diff

--- /dev/null
+++ b/BLFS/redoc-cli.sh
@@ -0,0 +1,28 @@
1+#!/bin/sh
2+
3+. ./_blfsset.sh
4+
5+APPNAME=redoc-cli
6+VER=2.21
7+TARGET=$APPNAME-$VER
8+
9+echo $TARGET
10+
11+. $WRK/_checkRequired.sh \
12+ node
13+. $WRK/_checkOptions.sh ""
14+. $WRK/_checkExit.sh "$1" || exit $?
15+
16+cd $SRC
17+
18+TimeStart
19+
20+Installing
21+porg -lp $TARGET -E/root/.npm:/root/.config "\
22+npm install -g $APPNAME" \
23+ 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
24+
25+TimeEnd
26+
27+PorgingDone
28+