development/samurai: Updated for version 0.5 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Hunter Sezen 2018-12-31 14:19:51 +07:00 committed by Willy Sudiarto Raharjo
parent f226d67255
commit a9d5a019fe
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=samurai
VERSION=${VERSION:-0.4}
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -76,8 +76,8 @@ make install \
MANDIR=/usr/man \
DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" |
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done

View file

@ -1,8 +1,8 @@
PRGNAM="samurai"
VERSION="0.4"
VERSION="0.5"
HOMEPAGE="https://github.com/michaelforney/samurai"
DOWNLOAD="https://github.com/michaelforney/samurai/releases/download/0.4/samurai-0.4.tar.gz"
MD5SUM="ad448b300916560b9db8081837733049"
DOWNLOAD="https://github.com/michaelforney/samurai/releases/download/0.5/samurai-0.5.tar.gz"
MD5SUM="1ec644e673773fe18857f6c4cc49d568"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""