diff options
author | Michel Begue <mab974@misouk.com> | 2023-11-05 19:42:56 +0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-06 07:30:27 +0700 |
commit | 97dd5e731b03548f2c6bebaa28cdcc367a0d2cbf (patch) | |
tree | aa978989b2e50c82b380ed6e707968f37a8bd94b /perl | |
parent | ef89ec65dccfdecca58a78e9385befb8badfa7cc (diff) |
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')
-rw-r--r-- | perl/nqp/nqp.SlackBuild | 5 | ||||
-rw-r--r-- | perl/nqp/nqp.info | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/perl/nqp/nqp.SlackBuild b/perl/nqp/nqp.SlackBuild index 82b7e2d18c1b8..06537a304502a 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 bff15f9857297..573f77e98cddf 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" |