mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
andi: import AUR maintainer info
This commit is contained in:
parent
80acb66377
commit
4400fec5a4
2 changed files with 14 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
# Maintainer:Bipin Kumar <kbipinkumar@pm.me>
|
||||
# Maintainer: Fabian Klötzl <fabian-aur@kloetzl.info>
|
||||
# Contributor:Bipin Kumar <kbipinkumar@pm.me>
|
||||
|
||||
pkgname=andi
|
||||
pkgver=0.14
|
||||
|
@ -12,19 +13,22 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/EvolBioInf/andi/archive
|
|||
b2sums=('b866f0bf520ecec05e07c40b33c4937affd0b7ea354ea005fbf423cb5f4849772df117cb64d58eaeaca6cb4c57335c041cad90dc90ac58fca57cfe0b9af17cb8')
|
||||
|
||||
prepare(){
|
||||
cd "$pkgname-$pkgver"
|
||||
cd "$pkgname-$pkgver"
|
||||
autoreconf -fi -Im4
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
cd "${pkgname}-${pkgver}"
|
||||
# ./configure --prefix=/usr
|
||||
./configure --prefix=/usr --enable-unit-tests --with-seed=123
|
||||
make
|
||||
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make check
|
||||
}
|
||||
package() {
|
||||
cd "$pkgname-$pkgver"
|
||||
make DESTDIR="${pkgdir}"/ install
|
||||
|
||||
}
|
||||
cd "${pkgname}-${pkgver}"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
|
@ -7,11 +7,10 @@ pre_build_script: |
|
|||
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'
|
||||
prefix: 'v'
|
||||
|
|
Loading…
Add table
Reference in a new issue