mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
abyss: try to fix
This commit is contained in:
parent
489231dc2f
commit
e94684670b
3 changed files with 9 additions and 14 deletions
|
@ -8,12 +8,10 @@ pkgdesc="Assembly By Short Sequences - a de novo, parallel, paired-end sequence
|
|||
arch=("i686" "x86_64")
|
||||
url="https://github.com/bcgsc/abyss"
|
||||
license=("GPL3")
|
||||
depends=("make" "openmpi" "sqlite")
|
||||
makedepends=("boost" "sparsehash")
|
||||
depends=("openmpi" "boost-libs" "btllib" "sqlite")
|
||||
makedepends=("boost" "sparsehash" "make")
|
||||
optdepends=(
|
||||
'pigz: for parallel gzip'
|
||||
'samtools: to read BAM files'
|
||||
'zsh: to report time and memory usage'
|
||||
)
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/bcgsc/abyss/archive/$pkgver.tar.gz")
|
||||
sha512sums=('1853e2d4d577abf7d0e8ce70e944846e5ad67afcd1f0a1a4b9944047c7e8ebc1dbdd8639b9d99d4b8ce5c84c8fa42638bb16bf02825e9c660bcac133662ec553')
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
|
@ -2,6 +2,13 @@ build_prefix: extra-x86_64
|
|||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
pre_build_script: |
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
post_build_script: |
|
||||
git_pkgbuild_commit()
|
||||
repo_depends:
|
||||
- btllib
|
||||
update_on:
|
||||
- source: github
|
||||
github: bcgsc/abyss
|
||||
|
|
Loading…
Add table
Reference in a new issue