add service lib
This commit is contained in:
parent
1f795886f1
commit
8cf4729a34
4
bes.ini
4
bes.ini
|
@ -1,7 +1,7 @@
|
||||||
[project]
|
[project]
|
||||||
vendor = bes
|
vendor = bes
|
||||||
name = build
|
name = build
|
||||||
version = 0.10
|
version = 0.11
|
||||||
license = "GNU GPL v3"
|
license = "GNU GPL v3"
|
||||||
author = a-Sansara
|
author = a-Sansara
|
||||||
type = application
|
type = application
|
||||||
|
@ -10,4 +10,4 @@ description = "bash bes build application for bash programs"
|
||||||
keywords = "bash, bes, build"
|
keywords = "bash, bes, build"
|
||||||
|
|
||||||
[require]
|
[require]
|
||||||
bes.install = 1.3
|
bes.install = 1.4
|
||||||
|
|
10
dist/bes-build
vendored
10
dist/bes-build
vendored
|
@ -245,7 +245,7 @@ function echo.app ()
|
||||||
local msg=${1:-''}
|
local msg=${1:-''}
|
||||||
local version=${2:-''}
|
local version=${2:-''}
|
||||||
local author=${3:-'a-Sansara'}
|
local author=${3:-'a-Sansara'}
|
||||||
local license=${3:-'GNU GPL v3'}
|
local license=${4:-'GNU GPL v3'}
|
||||||
if [ ! -z "$2" ]; then
|
if [ ! -z "$2" ]; then
|
||||||
msg="$msg ${Cval}v$version"
|
msg="$msg ${Cval}v$version"
|
||||||
fi
|
fi
|
||||||
|
@ -604,7 +604,7 @@ function bes.build ()
|
||||||
if [ ! -d "$APP_DIR/dist" ]; then
|
if [ ! -d "$APP_DIR/dist" ]; then
|
||||||
echo.action "creating dist directory"
|
echo.action "creating dist directory"
|
||||||
mkdir $APP_DIR/dist
|
mkdir $APP_DIR/dist
|
||||||
cho.state $?
|
echo.state $?
|
||||||
fi
|
fi
|
||||||
if [ -f "$APP_BIN" ]; then
|
if [ -f "$APP_BIN" ]; then
|
||||||
if [ "$1" = "backup" ] || [ "$1" = "-b" ]; then
|
if [ "$1" = "backup" ] || [ "$1" = "-b" ]; then
|
||||||
|
@ -738,12 +738,12 @@ meta = 39 100 170" > "$tmp"
|
||||||
echo.state $?
|
echo.state $?
|
||||||
else
|
else
|
||||||
echo.action "Installing default colors file" "$Cspe$path$Cofff"
|
echo.action "Installing default colors file" "$Cspe$path$Cofff"
|
||||||
echo.error "file already exists. do not rewrite"
|
echo.error "file already exists, do not rewrite."
|
||||||
echo.state 1
|
echo.state 1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
BES_LIB="color echo install ini dep1 dep2"
|
BES_LIB="color echo install ini service dep1 dep2"
|
||||||
BES_LOADED_LIB=
|
BES_LOADED_LIB=
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
function bes.inlist ()
|
function bes.inlist ()
|
||||||
|
@ -941,7 +941,7 @@ bes.boot
|
||||||
# @date 2017-06-16 04:38:52 CET
|
# @date 2017-06-16 04:38:52 CET
|
||||||
#
|
#
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
BES_VERSION=0.10
|
BES_VERSION=0.11
|
||||||
BES_NAME="bes-build"
|
BES_NAME="bes-build"
|
||||||
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
||||||
APP_DIR=$(pwd)
|
APP_DIR=$(pwd)
|
||||||
|
|
|
@ -8,7 +8,7 @@ function bes.build ()
|
||||||
if [ ! -d "$APP_DIR/dist" ]; then
|
if [ ! -d "$APP_DIR/dist" ]; then
|
||||||
echo.action "creating dist directory"
|
echo.action "creating dist directory"
|
||||||
mkdir $APP_DIR/dist
|
mkdir $APP_DIR/dist
|
||||||
cho.state $?
|
echo.state $?
|
||||||
fi
|
fi
|
||||||
if [ -f "$APP_BIN" ]; then
|
if [ -f "$APP_BIN" ]; then
|
||||||
if [ "$1" = "backup" ] || [ "$1" = "-b" ]; then
|
if [ "$1" = "backup" ] || [ "$1" = "-b" ]; then
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
# @date 2017-06-16 04:38:52 CET
|
# @date 2017-06-16 04:38:52 CET
|
||||||
#
|
#
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
BES_VERSION=0.10
|
BES_VERSION=0.11
|
||||||
BES_NAME="bes-build"
|
BES_NAME="bes-build"
|
||||||
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
BES_URL="https://git.pluie.org/meta-tech/$BES_NAME/raw/latest/dist/$BES_NAME"
|
||||||
APP_DIR=$(pwd)
|
APP_DIR=$(pwd)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
BES_LIB="color echo install ini dep1 dep2"
|
BES_LIB="color echo install ini service dep1 dep2"
|
||||||
BES_LOADED_LIB=
|
BES_LOADED_LIB=
|
||||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
function bes.inlist ()
|
function bes.inlist ()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user