add seqlib and freebaes

This commit is contained in:
Kuoi 2022-07-11 16:28:29 +01:00
parent 16b66c06af
commit c866651ff4
6 changed files with 51 additions and 0 deletions

View 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()

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

View 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()

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