add picard

This commit is contained in:
Kuoi 2022-04-17 15:55:19 +01:00
parent 5da07adb0e
commit 39a0b37679
3 changed files with 35 additions and 0 deletions

View file

@ -0,0 +1,16 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=picard-tools
pkgver=2.27.1
pkgrel=1
pkgdesc='set of tools for working with next generation sequencing data in the BAM format'
arch=(x86_64)
url="https://github.com/broadinstitute/picard"
license=(MIT)
depends=('java-runtime=8')
source=(https://github.com/broadinstitute/picard/releases/download/${pkgver}/picard.jar)
sha256sums=('87e94cebeeeaaa19dd2a5ab2d76b9ac51b007fbe5926294f9bb83b6811513152')
package() {
install -Dm 755 picard.jar $pkgdir/usr/share/$pkgname/picard.jar
}

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,8 @@
build_prefix: extra-x86_64
maintainers:
- github: starsareintherose
email: starsareintherose@outlook.com
update_on:
- source: github
github: broadinstitute/picard
use_max_tag: true