From 12ca9ca676313e6551973b4ccf91437b03910364 Mon Sep 17 00:00:00 2001 From: Erich Ritz Date: Mon, 30 Jan 2023 12:51:28 -0600 Subject: system/dust: Updated for version 0.8.4. Signed-off-by: Erich Ritz Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- system/dust/dust.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'system/dust/dust.SlackBuild') diff --git a/system/dust/dust.SlackBuild b/system/dust/dust.SlackBuild index 50dd08ec26..b8de4ffd67 100644 --- a/system/dust/dust.SlackBuild +++ b/system/dust/dust.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for dust # Copyright 2019-2021 Benjamin Trigona-Harany -# Copyright 2021-2022 Erich Ritz, Jenks, Oklahoma, USA +# Copyright 2021-2023 Erich Ritz, Jenks, Oklahoma, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=dust -VERSION=${VERSION:-0.8.3} +VERSION=${VERSION:-0.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -176,6 +176,10 @@ mv completions/_dust $PKG/usr/share/zsh/site-functions/ mkdir -p $PKG/usr/share/fish/vendor_completions.d mv completions/dust.fish $PKG/usr/share/fish/vendor_completions.d/ +mkdir -p $PKG/usr/man/man1 +mv man-page/dust.1 $PKG/usr/man/man1/ +find $PKG/usr/man -type f -exec gzip -9 {} \; + mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ LICENSE README.md config completions \ -- cgit v1.2.3