andi: add version 0.14

This commit is contained in:
bipin kumar 2023-05-09 12:52:23 +05:30
parent 741c929cd9
commit 80acb66377
No known key found for this signature in database
GPG key ID: C67233497C15E476
2 changed files with 47 additions and 0 deletions

View 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
}

View 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'