Init (openSUSE)

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-12-18 04:28:02 +01:00
commit ea79239887
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
3 changed files with 51 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc/

50
shmux.spec Normal file
View File

@ -0,0 +1,50 @@
#
# spec file for package shmux
#
# Copyright (c) 2021 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: shmux
Version: 1.0.3
Release: 0
Summary: Shell Multiplexor
License: BSD-3-Clause
URL: https://github.com/shmux/shmux
Source: https://github.com/shmux/shmux/archive/refs/tags/v%{version}.tar.gz
BuildRequires: ncurses-devel
%description
shmux is program for executing the same command on many hosts in parallel.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%files
%license LICENSE
%doc README.md CHANGES
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%dir %{_datadir}/%{name}
%attr (755,-,-) %{_datadir}/%{name}/mcmd.sh
%changelog

BIN
v1.0.3.tar.gz Normal file

Binary file not shown.