mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
exabayes: init
This commit is contained in:
parent
6c3bdcff7b
commit
b6326a0bd1
2 changed files with 32 additions and 0 deletions
24
BioArchLinux/exabayes/PKGBUILD
Normal file
24
BioArchLinux/exabayes/PKGBUILD
Normal file
|
@ -0,0 +1,24 @@
|
|||
pkgname=exabayes
|
||||
pkgver=1.5.1
|
||||
pkgrel=1
|
||||
pkgdesc="software package for Bayesian tree inference https://doi.org/10.1093/molbev/msu236"
|
||||
arch=('x86_64')
|
||||
url="https://cme.h-its.org/exelixis/web/software/exabayes/"
|
||||
depends=('gcc-libs')
|
||||
makedepends=('make' 'gcc' 'autoconf' 'autoconf-archive')
|
||||
license=('GPL')
|
||||
source=("https://cme.h-its.org/exelixis/resource/download/software/exabayes-${pkgver}.tar.gz")
|
||||
md5sums=('d7382116cd38cd094a8484f05f7fdcf6')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-$pkgver"
|
||||
autoreconf -vfi
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-$pkgver"
|
||||
make DESTDIR=$pkgdir install
|
||||
}
|
||||
|
8
BioArchLinux/exabayes/lilac.yaml
Normal file
8
BioArchLinux/exabayes/lilac.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
post_build: update_aur_repo
|
||||
update_on:
|
||||
- source: cmd
|
||||
cmd: curl -sS https://cme.h-its.org/exelixis/web/software/exabayes/index.html | grep 'href="../../../resource/download/software/exabayes-' | sed 's/resource\/download\/software\/exabayes-/ /g' | sed 's/\.tar\.gz/ /g' | awk '{print $4}' | head -n 1
|
Loading…
Add table
Reference in a new issue