mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add alias for vcflib and tabixpp
This commit is contained in:
parent
48741c4d40
commit
3890ec9e3f
3 changed files with 12 additions and 4 deletions
|
@ -16,3 +16,10 @@ update_on:
|
|||
- alias: alpm-lilac
|
||||
alpm: htslib
|
||||
strip_release: true
|
||||
- alias: alpm-lilac
|
||||
alpm: tabixpp
|
||||
strip_release: true
|
||||
- alias: alpm-lilac
|
||||
alpm: vcflib
|
||||
strip_release: true
|
||||
|
||||
|
|
|
@ -1,15 +1,13 @@
|
|||
# Maintainer: Guoyi
|
||||
pkgname=vcflib
|
||||
pkgver=1.0.3
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="C++ library and cmdline tools for parsing and manipulating VCF files doi: 10.1101/2021.05.21.445151"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/vcflib/vcflib"
|
||||
license=('MIT')
|
||||
depends=('python' 'htslib')
|
||||
makedepends=('git' 'cmake' 'make' 'pybind11' 'tabixpp'
|
||||
'pandoc'
|
||||
)
|
||||
makedepends=('git' 'cmake' 'make' 'pybind11' 'tabixpp' 'pandoc' 'zig')
|
||||
optdepends=('r: running R scripts'
|
||||
'perl: running Perl scripts'
|
||||
)
|
||||
|
|
|
@ -14,3 +14,6 @@ update_on:
|
|||
- alias: alpm-lilac
|
||||
alpm: htslib
|
||||
strip_release: true
|
||||
- alias: alpm-lilac
|
||||
alpm: tabixpp
|
||||
strip_release: true
|
||||
|
|
Loading…
Add table
Reference in a new issue