mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/screenfetch: Change source URL.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3d0fc593a0
commit
d165a2a467
2 changed files with 7 additions and 6 deletions
|
@ -29,8 +29,9 @@
|
|||
|
||||
PRGNAM=screenfetch
|
||||
VERSION=${VERSION:-3.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
DIRNAME=screenFetch
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
|
@ -47,8 +48,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
cd $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
|
||||
cd $DIRNAME-$VERSION
|
||||
chmod 644 $DOCS
|
||||
|
||||
install -m 755 -D $PRGNAM-dev $PKG/usr/bin/$PRGNAM
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="screenfetch"
|
||||
VERSION="3.2.2"
|
||||
HOMEPAGE="http://www.kittykatt.us/index.php?page=scripts"
|
||||
DOWNLOAD="http://git.silverirc.com/cgit.cgi/screenfetch.git/snapshot/screenfetch-3.2.2.tar.bz2"
|
||||
MD5SUM="de7d68a53559bf1ae5ca17da656501d6"
|
||||
HOMEPAGE="https://github.com/KittyKatt/screenFetch"
|
||||
DOWNLOAD="https://github.com/KittyKatt/screenFetch/archive/v3.2.2.tar.gz"
|
||||
MD5SUM="25522ffd6a54dc8695d801e7f9a22794"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue