mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add seqlib and freebaes
This commit is contained in:
parent
16b66c06af
commit
c866651ff4
6 changed files with 51 additions and 0 deletions
11
BioArchLinux/freebayes/lilac.py
Normal file
11
BioArchLinux/freebayes/lilac.py
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/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()
|
||||||
|
update_aur_repo()
|
17
BioArchLinux/freebayes/lilac.yaml
Normal file
17
BioArchLinux/freebayes/lilac.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
build_prefix: extra-x86_64
|
||||||
|
maintainers:
|
||||||
|
- github: sukanka
|
||||||
|
email: su975853527@gmail.com
|
||||||
|
pre_build: vcs_update
|
||||||
|
post_build: git_pkgbuild_commit
|
||||||
|
repo_depends:
|
||||||
|
- htslib
|
||||||
|
- tabixpp
|
||||||
|
- vcflib
|
||||||
|
- vcftools
|
||||||
|
- samtools
|
||||||
|
update_on:
|
||||||
|
- source: github
|
||||||
|
github: freebayes/freebayes
|
||||||
|
use_max_tag: true
|
||||||
|
prefix: 'v'
|
10
BioArchLinux/seqlib/lilac.py
Normal file
10
BioArchLinux/seqlib/lilac.py
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/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()
|
13
BioArchLinux/seqlib/lilac.yaml
Normal file
13
BioArchLinux/seqlib/lilac.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
build_prefix: extra-x86_64
|
||||||
|
maintainers:
|
||||||
|
- github: sukanka
|
||||||
|
email: su975853527@gmail.com
|
||||||
|
pre_build: vcs_update
|
||||||
|
post_build: git_pkgbuild_commit
|
||||||
|
repo_depends:
|
||||||
|
- htslib
|
||||||
|
update_on:
|
||||||
|
- source: github
|
||||||
|
github: walaj/SeqLib
|
||||||
|
use_latest_release: true
|
||||||
|
prefix: 'v'
|
Loading…
Add table
Reference in a new issue