aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Begue <mab974@misouk.com>2025-04-12 19:12:45 +0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-04-16 00:29:20 +0700
commite0cf79619ef2185ab9ea097fa8e9df7c9593d62f (patch)
treec73c785ae1f8c582fb60738bf0b6a27e7d43ce74
parent6632502f0972a01a02ece1df810b93458ea39a94 (diff)
perl/nqp: Updated for version 2025.03
Signed-off-by: Michel Begue <mab974@misouk.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/nqp/nqp.SlackBuild9
-rw-r--r--perl/nqp/nqp.info6
2 files changed, 6 insertions, 9 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild
index 94dec2e5b4..15c9689316 100644
--- a/perl/nqp/nqp.SlackBuild
+++ b/perl/nqp/nqp.SlackBuild
@@ -20,7 +20,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nqp
-VERSION=${VERSION:-2024.12}
+VERSION=${VERSION:-2025.03}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -35,9 +35,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -81,11 +78,11 @@ perl Configure.pl \
--with-moar=/usr/bin/moar \
--backends=$BACKENDS
-make
+make install DESTDIR=$PKG
+
if [ "${MAKETEST:-no}" = "yes" ]; then
make test
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
diff --git a/perl/nqp/nqp.info b/perl/nqp/nqp.info
index 0ba54c67e3..dab4b3b3c4 100644
--- a/perl/nqp/nqp.info
+++ b/perl/nqp/nqp.info
@@ -1,8 +1,8 @@
PRGNAM="nqp"
-VERSION="2024.12"
+VERSION="2025.03"
HOMEPAGE="https://rakudo.org"
-DOWNLOAD="https://github.com/Raku/nqp/releases/download/2024.12/nqp-2024.12.tar.gz"
-MD5SUM="141ad1f069430bdf71c63fd7abe1e616"
+DOWNLOAD="https://github.com/Raku/nqp/releases/download/2025.03/nqp-2025.03.tar.gz"
+MD5SUM="5b21ca4a14ae20d8623ae82ad6868ea1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="MoarVM"