Merge branch 'diamond' of github.com:kbipinkumar/Packages_sub into diamond

This commit is contained in:
Bipin Kumar 2022-11-03 09:18:01 +05:30
commit a3df30ea7c
2 changed files with 19 additions and 3 deletions

View file

@ -2,13 +2,13 @@
# shellcheck disable=2034 # shellcheck disable=2034
# shellcheck disable=2148 # shellcheck disable=2148
pkgname=diamond-aligner pkgname=diamond
pkgver=2.0.15 pkgver=2.0.15
pkgrel=1 pkgrel=1
pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data" pkgdesc="DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data https://doi.org/10.1038/s41592-021-01101-x"
arch=('x86_64') arch=('x86_64')
url="https://github.com/bbuchfink/diamond" url="https://github.com/bbuchfink/diamond"
license=('AGPL3') license=('GPL3')
depends=('gcc-libs' 'zlib') depends=('gcc-libs' 'zlib')
makedepends=('cmake') makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz") source=("$pkgname-$pkgver.tar.gz::https://github.com/bbuchfink/diamond/archive/v$pkgver.tar.gz")

View file

@ -0,0 +1,16 @@
build_prefix: extra-x86_64
maintainers:
- github: kbipinkumar
email: your_non_outlook_email
pre_build_script: |
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
run_cmd(['updpkgsums'])
post_build_script: |
git_add_files('PKGBUILD')
git_commit()
update_aur_repo()
update_on:
- source: github
github: bbuchfink/diamond
use_max_tag: true
prefix: 'v'