Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

system/hyperfine: Updated for version 1.19.0. #8709

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion system/hyperfine/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ arbitrary shell commands, formatted output and more.
Several python scripts for plotting and performing statistical analysis
on json output are installed to /usr/share/hyperfine. See
README-scripts.md in the doc directory for the runtime dependencies.

8 changes: 4 additions & 4 deletions system/hyperfine/hyperfine.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for hyperfine

# Copyright 2022-2023 K. Eugene Carlson Tsukuba, Japan
# Copyright 2022-2024 K. Eugene Carlson Tsukuba, Japan
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=hyperfine
VERSION=${VERSION:-1.18.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.19.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand Down Expand Up @@ -160,7 +160,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE-* README.md CITATION.cff $PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/{execution-order.png,execution-order.svg,histogram.png} \
cp -a doc/{execution-order.png,execution-order.svg,histogram.png,whisker.png} \
$PKG/usr/doc/$PRGNAM-$VERSION
cp -a scripts/README.md $PKG/usr/doc/$PRGNAM-$VERSION/README-scripts.md
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
Expand Down
Loading