summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4baab16819719e139a1f44bd21a295bf1e35c784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: allencch <allencch at hotmail dot com>
pkgname=mdscan
pkgver=2004
pkgrel=3
pkgdesc="A DNA seqence motif finding programs"
arch=('i686' 'x86_64')
url="http://motif.stanford.edu/distributions/mdscan/"
license=('custom')
depends=()
source=("http://motif.stanford.edu/distributions/mdscan/MDscan.${pkgver}.zip")
md5sums=('7326a39c9908a17595a2e02a4af00770')

package() {
	mkdir -p "${pkgdir}/usr/bin"
	install -m755 MDscan.linux "${pkgdir}/usr/bin/MDscan"
}