summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ea43d221c2661ca6a8ffeab60eca6294f9a6f8b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Steffen Weber <-boenki-gmx-de->
# Contributor: Nick B <Shirakawasuna at gmail _dot_com>

pkgname=seaview
pkgver=5.0.5
pkgrel=6
pkgdesc="GUI for multiple sequence alignment and molecular phylogeny. https://doi.org/10.1093/molbev/msp259"
arch=('x86_64')
url="http://doua.prabi.fr/software/seaview"
license=('GPL3')
optdepends=('clustal-omega'
      'muscle'
	    'gblocks-bin'
	    'phyml')
source=("http://doua.prabi.fr/software/seaview_data/seaview${pkgver: 0: 1}-64.tgz"
        'seaview.desktop'
        'seaview.png')
md5sums=('64884b3237b795fb76927c61a3c2b242'
         '43fa9e52949a5cd73f202af76e2cab56'
         '337583df60b24d724d96e511a3f063ce')

package() {
  install -d "$pkgdir"/usr/{bin,share/{seaview,applications}}
  install -m644 seaview.desktop "$pkgdir/usr/share/applications/"
  mv "$srcdir"/seaview/* "$pkgdir"/usr/share/seaview
  ln -s /usr/share/seaview/seaview "$pkgdir"/usr/bin/seaview
  install -Dm 755 "$srcdir"/seaview.png "$pkgdir"/usr/share/seaview/seaview.png
}