Browse Source
development/vis: Updated for version 0.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
Ruben Schuller
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
8 additions and
8 deletions
-
development/vis/vis.SlackBuild
-
development/vis/vis.info
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Slackware build script for vis |
|
|
|
|
|
|
|
# Copyright 2017 Ruben Schuller |
|
|
|
# Copyright 2017-2022 Ruben Schuller |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=vis |
|
|
|
VERSION=${VERSION:-0.5} |
|
|
|
VERSION=${VERSION:-0.7} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -70,8 +70,8 @@ rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $PRGNAM-v$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-v$VERSION.tar.gz |
|
|
|
cd $PRGNAM-v$VERSION |
|
|
|
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz |
|
|
|
cd $PRGNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="vis" |
|
|
|
VERSION="0.5" |
|
|
|
VERSION="0.7" |
|
|
|
HOMEPAGE="https://github.com/martanne/vis" |
|
|
|
DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.5/vis-v0.5.tar.gz" |
|
|
|
MD5SUM="dceea039778e7da5dad93238e4e4bae2" |
|
|
|
DOWNLOAD="https://github.com/martanne/vis/releases/download/v0.7/vis-0.7.tar.gz" |
|
|
|
MD5SUM="a45ba03d1fa4785ee5693f9619f22e85" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libtermkey lua-lpeg tre" |
|
|
|
REQUIRES="libtermkey lua53 lua-lpeg tre" |
|
|
|
MAINTAINER="Ruben Schuller" |
|
|
|
EMAIL="sb@rbn.im" |