summaryrefslogtreecommitdiffstats
path: root/perl/nqp
diff options
context:
space:
mode:
author Michel Begue2023-11-05 16:42:56 +0100
committer Willy Sudiarto Raharjo2023-11-06 01:30:27 +0100
commit97dd5e731b03548f2c6bebaa28cdcc367a0d2cbf (patch)
treeaa978989b2e50c82b380ed6e707968f37a8bd94b /perl/nqp
parentef89ec65dccfdecca58a78e9385befb8badfa7cc (diff)
downloadslackbuilds-97dd5e731b03548f2c6bebaa28cdcc367a0d2cbf.tar.gz
perl/nqp: Updated for version 2023.10
Signed-off-by: Michel Begue <mab974@misouk.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/nqp')
-rw-r--r--perl/nqp/nqp.SlackBuild5
-rw-r--r--perl/nqp/nqp.info6
2 files changed, 7 insertions, 4 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild
index 82b7e2d18c..06537a3045 100644
--- a/perl/nqp/nqp.SlackBuild
+++ b/perl/nqp/nqp.SlackBuild
@@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nqp
-VERSION=${VERSION:-2023.09}
+VERSION=${VERSION:-2023.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -87,6 +87,9 @@ if [ "${MAKETEST:-no}" = "yes" ]; then
fi
make install DESTDIR=$PKG
+find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
+
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CREDITS LICENSE \
diff --git a/perl/nqp/nqp.info b/perl/nqp/nqp.info
index bff15f9857..573f77e98c 100644
--- a/perl/nqp/nqp.info
+++ b/perl/nqp/nqp.info
@@ -1,8 +1,8 @@
PRGNAM="nqp"
-VERSION="2023.09"
+VERSION="2023.10"
HOMEPAGE="https://rakudo.org"
-DOWNLOAD="https://github.com/Raku/nqp/releases/download/2023.09/nqp-2023.09.tar.gz"
-MD5SUM="f82463222a5cd7defda18acfb3665395"
+DOWNLOAD="https://github.com/Raku/nqp/releases/download/2023.10/nqp-2023.10.tar.gz"
+MD5SUM="8c4bac2814b21edc11ae69b6a4ab07be"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"