File muscle.spec of Package muscle

#
# spec file for package muscle
#
# Copyright (c) 2024 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:           muscle
Version:        5.1.0
Release:        0
Summary:        Multiple sequence alignment scalable to thousands of sequences
License:        GPL-3.0-or-later
Group:          Productivity/Scientific/Other
URL:            https://www.drive5.com/muscle
Source:         https://github.com/rcedgar/muscle/archive/v%{version}.tar.gz#/muscle-%{version}.tar.gz
BuildRequires:  gcc-c++

%description
MUSCLE is a program for creating multiple alignments of amino acid or nucleotide sequences. A range of options is provided that give you the choice of optimizing accuracy, speed, or some compromise between the two. Default parameters are those that give the best average accuracy in our tests. Using versions current at the time of writing, my tests show that MUSCLE can achieve both better average accuracy and better speed than CLUSTALW or T‑Coffee, depending on the chosen options.

%prep
%setup -q

%build
cd src
%make_build

%install
mkdir -p %{buildroot}%{_bindir}
install -m 755 src/Linux/muscle %{buildroot}%{_bindir}/muscle

%files
%doc CONTRIBUTING.md README.md src/usage.txt
%license LICENSE
%{_bindir}/muscle

%changelog
openSUSE Build Service is sponsored by