summaryrefslogtreecommitdiffstats
path: root/office/watson
diff options
context:
space:
mode:
Diffstat (limited to 'office/watson')
-rw-r--r--office/watson/README24
-rw-r--r--office/watson/watson.SlackBuild20
-rw-r--r--office/watson/watson.info6
3 files changed, 31 insertions, 19 deletions
diff --git a/office/watson/README b/office/watson/README
index 22aad37a25..f8d905b6f0 100644
--- a/office/watson/README
+++ b/office/watson/README
@@ -1,14 +1,16 @@
-Watson is here to help you monitor your time. You want to know how much time
-you are spending on your projects? You want to generate a nice report for
-your client? Watson is here for you.
+Watson is here to help you monitor your time. You want to know how
+much time you are spending on your projects? You want to generate a
+nice report for your client? Watson is here for you.
-Tell Watson when you start working on a task with the start command. Then,
-when you are done with this task, stop the timer with the stop command. This
-will create what we call a frame. That’s pretty much everything you need to
-know to start using Watson.
+Tell Watson when you start working on a task with the start
+command. Then, when you are done with this task, stop the timer with
+the stop command. This will create what we call a frame. That’s
+pretty much everything you need to know to start using Watson.
-Each frame consists of the name of a project and some tags. Your tags can be
-shared across projects and can be used to generate detailed reports.
+Each frame consists of the name of a project and some tags. Your tags
+can be shared across projects and can be used to generate detailed
+reports.
-Watson stores everything on your computer, but you can go wild and use
-crick.io to store your sessions remotely and share it with your colleagues.
+Watson stores everything on your computer, but you can go wild and
+use crick.io to store your sessions remotely and share it with your
+colleagues.
diff --git a/office/watson/watson.SlackBuild b/office/watson/watson.SlackBuild
index 73b817e3f6..094ea8bb68 100644
--- a/office/watson/watson.SlackBuild
+++ b/office/watson/watson.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/sh
+#!/bin/bash
# Slackware build script for watson
-# Copyright 2017-2019 Jostein Berntsen <jbernts@broadpark.no>
+# Copyright 2017-2019 Jostein Berntsen <jvbernts@online.no>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,13 +22,16 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Written by Jostein Berntsen <jbernts@broadpark.no>
+# Written by Jostein Berntsen <jvbernts@online.no>
+
+cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=watson
SRCNAM=Watson
VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -38,7 +41,14 @@ if [ -z "$ARCH" ]; then
esac
fi
-CWD=$(pwd)
+# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
+# the name of the created package would be, and then exit. This information
+# could be useful to other scripts.
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -87,4 +97,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
diff --git a/office/watson/watson.info b/office/watson/watson.info
index 11d8ab6907..7c1a60b9fb 100644
--- a/office/watson/watson.info
+++ b/office/watson/watson.info
@@ -1,10 +1,10 @@
PRGNAM="watson"
VERSION="1.8.0"
HOMEPAGE="http://tailordev.github.io/Watson/"
-DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.8.0.tar.gz"
+DOWNLOAD="https://github.com/TailorDev/Watson/archive/1.8.0/Watson-1.8.0.tar.gz"
MD5SUM="4352a8ae25a37270f30b1aa6e034fa1f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="arrow click"
+REQUIRES="arrow click-legacy7"
MAINTAINER="Jostein Berntsen"
-EMAIL="jbernts@broadpark.no"
+EMAIL="jvbernts@online.no"