mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
add picard
This commit is contained in:
parent
5da07adb0e
commit
39a0b37679
3 changed files with 35 additions and 0 deletions
16
BioArchLinux/picard-tools/PKGBUILD
Normal file
16
BioArchLinux/picard-tools/PKGBUILD
Normal 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
|
||||
}
|
11
BioArchLinux/picard-tools/lilac.py
Normal file
11
BioArchLinux/picard-tools/lilac.py
Normal 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()
|
8
BioArchLinux/picard-tools/lilac.yaml
Normal file
8
BioArchLinux/picard-tools/lilac.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue