diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-01-30 12:51:28 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 07:20:00 +0700 |
commit | 12ca9ca676313e6551973b4ccf91437b03910364 (patch) | |
tree | 6ea0a0454860c2410c5cd71c98c0a1f29e5c44e9 /system/dust/dust.SlackBuild | |
parent | 75d9c2deddc97baf1170434088d48abd101af57a (diff) |
system/dust: Updated for version 0.8.4.
Signed-off-by: Erich Ritz <erich.public@protonmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dust/dust.SlackBuild')
-rw-r--r-- | system/dust/dust.SlackBuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/system/dust/dust.SlackBuild b/system/dust/dust.SlackBuild index 50dd08ec26ec8..b8de4ffd67097 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 <slackbuilds@jaxartes.net> -# 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 \ |