any2fasta: add version 0.4.2

This commit is contained in:
bipin kumar 2023-05-08 19:39:14 +05:30
parent bfc74cfb61
commit faac2153a4
No known key found for this signature in database
GPG key ID: C67233497C15E476
2 changed files with 37 additions and 0 deletions

View 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
}

View 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'