File modern-unix.spec of Package modern-unix
#
# spec file for package modern-unix
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: modern-unix
Version: 20211106
Release: 0
Summary: A collection of modern alternatives to common unix commands
License: MIT
URL: https://github.com/ibraheemdev/modern-unix/
Source: https://raw.githubusercontent.com/ibraheemdev/modern-unix/fb5f700a6e59b239037da6323d8798e0a5643556/README.md
# Outcommented ones are not in Factory yet
# ag
Requires: the_silver_searcher
Requires: bat
Requires: bottom
Requires: broot
#Requires: choose SR#1057769
Requires: curlie
Requires: dog
#Requires: duf devel:languages:go/duf
#Requires: dust SR# 1057737
Requires: exa
Requires: fd
Requires: fzf
Requires: git-delta
# glances
Requires: python38-Glances
#Requires: gping home:Dead_Mozay/gping
#Requires: gtop npm/js stuff :(
Requires: httpie
Requires: hyperfine
Requires: jq
Requires: lsd
#Requires: mcfly SR#1057766
Requires: procs
Requires: ripgrep
Requires: sd
#Requires: cheat SR#1057772
#Requires: tldr
Requires: xh
Requires: zoxide
BuildArch: noarch
%description
A collection of modern/faster/saner alternatives to common unix commands.
Including redundant ones like eg exa and lsd which both replace ls.
%prep
%build
%install
install -D -m 0644 %{SOURCE0} %{buildroot}%{_docdir}/modern-unix/README.md
%files
%doc README.md
%changelog