mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/weathercli: Updated for version 2.3.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
ac47d224ac
commit
c83a9a0330
4 changed files with 7 additions and 8 deletions
|
@ -1 +1 @@
|
|||
A command line weather tool.
|
||||
weathercli is a command line weather tool.
|
||||
|
|
|
@ -6,7 +6,7 @@ o# HOW TO EDIT THIS FILE:
|
|||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
weathercli: weathercli (A command line weather tool)
|
||||
weathercli: weathercli (a command line weather tool)
|
||||
weathercli:
|
||||
weathercli: You've spent hours, days, months, maybe years customizing your
|
||||
weathercli: terminal. And yet so many things draw your attention away from it.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=weathercli
|
||||
VERSION=${VERSION:-2.0.0}
|
||||
VERSION=${VERSION:-2.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -76,8 +76,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README.mkd \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE PKG-INFO README.mkd $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="weathercli"
|
||||
VERSION="2.0.0"
|
||||
VERSION="2.3.1"
|
||||
HOMEPAGE="https://github.com/brianriley/weather-cli"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/w/weathercli/weathercli-2.0.0.tar.gz"
|
||||
MD5SUM="f6204444e0742bf1a228d969414b1205"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/w/weathercli/weathercli-2.3.1.tar.gz"
|
||||
MD5SUM="09a930ca81da6d79e8ea241ce9bc6567"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="clint"
|
||||
|
|
Loading…
Reference in a new issue