mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
andi: add version 0.14
This commit is contained in:
parent
741c929cd9
commit
80acb66377
2 changed files with 47 additions and 0 deletions
30
BioArchLinux/andi/PKGBUILD
Normal file
30
BioArchLinux/andi/PKGBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Maintainer:Bipin Kumar <kbipinkumar@pm.me>
|
||||
|
||||
pkgname=andi
|
||||
pkgver=0.14
|
||||
pkgrel=1
|
||||
pkgdesc="program for estimating the evolutionary distance between closely related genomes"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/EvolBioInf/andi"
|
||||
license=('GPL3')
|
||||
depends=('glibc' 'gsl' 'libdivsufsort' 'gcc-libs')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/EvolBioInf/andi/archive/refs/tags/v${pkgver}.tar.gz")
|
||||
b2sums=('b866f0bf520ecec05e07c40b33c4937affd0b7ea354ea005fbf423cb5f4849772df117cb64d58eaeaca6cb4c57335c041cad90dc90ac58fca57cfe0b9af17cb8')
|
||||
|
||||
prepare(){
|
||||
cd "$pkgname-$pkgver"
|
||||
autoreconf -fi -Im4
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="${pkgdir}"/ install
|
||||
|
||||
}
|
17
BioArchLinux/andi/lilac.yaml
Normal file
17
BioArchLinux/andi/lilac.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
maintainers:
|
||||
- github: kbipinkumar
|
||||
email: kbipinkumar@pm.me
|
||||
build_prefix: extra-x86_64
|
||||
pre_build_script: |
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
update_aur_repo()
|
||||
repo_depends:
|
||||
- libdivsufsort
|
||||
update_on:
|
||||
- source: github
|
||||
github: EvolBioInf/andi
|
||||
use_max_tag: true
|
||||
prefix: 'v'
|
Loading…
Add table
Reference in a new issue