add alias for vcflib and tabixpp

This commit is contained in:
Kuoi 2022-08-18 20:25:15 +01:00
parent 48741c4d40
commit 3890ec9e3f
3 changed files with 12 additions and 4 deletions

View file

@ -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

View file

@ -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'
)

View file

@ -14,3 +14,6 @@ update_on:
- alias: alpm-lilac
alpm: htslib
strip_release: true
- alias: alpm-lilac
alpm: tabixpp
strip_release: true