mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/makepasswd: Switch to github URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
7bfa6e1909
commit
632a6f7e12
2 changed files with 10 additions and 6 deletions
|
@ -8,6 +8,8 @@
|
|||
# had no license, modified version released under the WTFPL. See
|
||||
# http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20170716 bkw: switch to github URLs.
|
||||
|
||||
# 20170210 bkw:
|
||||
# - Take over maintenance
|
||||
# - Update for v0.5.4
|
||||
|
@ -49,12 +51,14 @@ fi
|
|||
|
||||
set -e
|
||||
|
||||
TARNAM=$PRGNAM-${PRGNAM}_${VERSION//./-}
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $TARNAM
|
||||
tar xvf $CWD/$TARNAM.tar.gz
|
||||
cd $TARNAM
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="makepasswd"
|
||||
VERSION="0.5.4"
|
||||
HOMEPAGE="https://repology.org/metapackage/makepasswd/information"
|
||||
DOWNLOAD="https://fossies.org/linux/privat/makepasswd-0.5.4.tar.gz"
|
||||
MD5SUM="c3cf95279f2721c2b5bd5731c0e80d34"
|
||||
HOMEPAGE="https://github.com/khorben/makepasswd/"
|
||||
DOWNLOAD="https://github.com/khorben/makepasswd/archive/makepasswd_0-5-4/makepasswd-makepasswd_0-5-4.tar.gz"
|
||||
MD5SUM="65353119c22c77c2edafc8effeaaf442"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue