Packages/gblocks/PKGBUILD
starsareintherose aa354d6e07 add gblocks
2021-08-22 17:48:38 +08:00

24 lines
837 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Maintainer: Guoyi"malacology"<guoyizhang@malacology.net>
# Contributor: Guoyi"malacology"<guoyizhang@malacology.net>
# Contributor: Roberto Rossini ("robymetallo") <roberto.rossini.9533@student.uu.se>
pkgname=gblocks
_pkgname=Gblocks
provides=("gblocks")
pkgver=0.91b
pkgrel=1
pkgdesc="A program written in ANSI C language that eliminates poorly aligned\
positions and divergent regions of an alignment of DNA or protein sequences"
url='http://molevol.cmima.csic.es/castresana/Gblocks.html'
arch=('x86_64')
license=('unknown')
depends=('glibc')
source=("http://molevol.cmima.csic.es/castresana/${_pkgname}/${_pkgname}_Linux64_${pkgver}.tar.Z")
sha256sums=('563658f03cc5e76234a8aa705bdc149398defec813d3a0c172b5f94c06c880dc')
package() {
install -Dm755 ${_pkgname}_$pkgver/$_pkgname "${pkgdir}/usr/bin/${_pkgname}"
}