mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
* vsearch: add package recipe * vsearch: add `ghostscript` to `makedepends` * vsearch: add `zlib` and `bzip2` dependencies * vsearch: move lilac scripts into `lilac.yaml` * vsearch: fix GPL license identifier * vsearch: fix prefix stripping in `lilac.yaml` * vsearch: replace `use_latest_release` with `use_max_tag` * vsearch: change maintainer e-mail * vsearch: add autoconf exception to GPL-3.0 license * vsearch: change `pkgrel` to `0` * vsearch: add `update_aur_repo` to `post_build_script` * vsearch: tidy up `PKGBUILD`
14 lines
314 B
YAML
14 lines
314 B
YAML
build_prefix: extra-x86_64
|
|
maintainers:
|
|
- github: althonos
|
|
email: althonosdev@gmail.com
|
|
pre_build_script: |
|
|
update_pkgver_and_pkgrel(_G.newver)
|
|
post_build_script: |
|
|
git_pkgbuild_commit()
|
|
update_aur_repo()
|
|
update_on:
|
|
- source: github
|
|
github: torognes/vsearch
|
|
use_max_tag: true
|
|
prefix: 'v'
|