muscle changed the web source

This commit is contained in:
starsareintherose 2021-11-15 22:58:00 +00:00
parent 99124eb796
commit a831b3d033
3 changed files with 13 additions and 29 deletions

View file

@ -1,10 +0,0 @@
MUSCLE is public domain software
The MUSCLE software, including object and source code and
documentation, is hereby donated to the public domain.
Disclaimer of warranty
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER
EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

View file

@ -2,28 +2,19 @@
# Contributor: Mick Elliot <micke@sfu.ca>
# Contributor: Damir Perisa <damir.perisa@bluewin.ch>
pkgname=muscle
pkgver=3.8.1551
pkgver=5.0.1428
pkgrel=2
pkgdesc="multiple sequence comparison by log-expectation"
arch=('i686' 'x86_64')
url="http://www.drive5.com/muscle/"
license=('custom')
source=(http://www.drive5.com/muscle/muscle_src_$pkgver.tar.gz LICENSE)
sha256sums=('c70c552231cd3289f1bad51c9bd174804c18bb3adcf47f501afec7a68f9c482e'
'2ee887dede5d3ddb6fa65690e0afd8d1083d835522d9271450752df0cc2f6658')
build() {
source=(https://github.com/rcedgar/muscle/releases/download/v$pkgver/muscle_v${pkgver}_linux)
sha256sums=('ac7c39fcfa663dfaa89dd0efa324d998d63d72d9fef0bf0322120f6bfdc8fb98')
prepare() {
cd "$srcdir"
if [ "${CARCH}" = "i686" ]; then
make CFLAGS=" -march=i686 -mtune=generic -O2 -pipe" LDLIBS=" -lm"
else
make CFLAGS=" -march=x86-64 -mtune=generic -O2 -pipe" LDLIBS=" -lm"
fi
chmod +x muscle_v${pkgver}_linux
}
package() {
cd "$srcdir"
install -D -m755 muscle "$pkgdir/usr/bin/muscle"
install -D -m644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -D -m755 "$srcdir"/muscle_v${pkgver}_linux "$pkgdir/usr/bin/muscle"
}

View file

@ -2,8 +2,11 @@ build_prefix: extra-x86_64
maintainers:
- github: starsareintherose
email: starsareintherose@outlook.com
#update_on:
# - regex: muscle_src_(\d+.\d+.\d+).tar.gz
# source: regex
# url: http://www.drive5.com/muscle/downloads.htm
update_on:
- regex: muscle_src_(\d+.\d+.\d+).tar.gz
source: regex
url: http://www.drive5.com/muscle/downloads.htm
- source: github
github: rcedgar/muscle
use_max_tag: true