mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
any2fasta: add version 0.4.2
This commit is contained in:
parent
bfc74cfb61
commit
faac2153a4
2 changed files with 37 additions and 0 deletions
22
BioArchLinux/any2fasta/PKGBUILD
Normal file
22
BioArchLinux/any2fasta/PKGBUILD
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Maintainer:Bipin Kumar <kbipinkumar@pm.me>
|
||||||
|
|
||||||
|
pkgname=any2fasta
|
||||||
|
pkgver=0.4.2
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="convert various sequence formats to FASTA"
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/tseemann/any2fasta"
|
||||||
|
license=('GPL3')
|
||||||
|
depends=('perl')
|
||||||
|
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tseemann/any2fasta/archive/refs/tags/v${pkgver}.tar.gz")
|
||||||
|
b2sums=('1ba622430294a8966572031d77fee362a9b265059596bc249c8e2936829453eace9ede722bdee2586f9235de338d530560256abb845965193de451f005c37be6')
|
||||||
|
|
||||||
|
prepare(){
|
||||||
|
cd "$pkgname-$pkgver"
|
||||||
|
chmod +x any2fasta
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$pkgname-$pkgver"
|
||||||
|
install -Dm755 any2fasta "$pkgdir"/usr/bin/any2fasta
|
||||||
|
}
|
15
BioArchLinux/any2fasta/lilac.yaml
Normal file
15
BioArchLinux/any2fasta/lilac.yaml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
maintainers:
|
||||||
|
- github: kbipinkumar
|
||||||
|
email: kbipinkumar@pm.me
|
||||||
|
build_prefix: extra-x86_64
|
||||||
|
pre_build_script: |
|
||||||
|
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||||
|
run_cmd(['updpkgsums'])
|
||||||
|
post_build_script: |
|
||||||
|
git_pkgbuild_commit()
|
||||||
|
update_aur_repo()
|
||||||
|
update_on:
|
||||||
|
- source: github
|
||||||
|
github: tseemann/any2fasta
|
||||||
|
use_latest_release: true
|
||||||
|
prefix: 'v'
|
Loading…
Add table
Reference in a new issue