summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: c3153172ce8f7ee9231074c5c9b4f29544cac8a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Author: Samuel Fernando Mesa <samuelmesa at linuxmail dot org>

pkgname=qgis-crayfish-plugin
pkgver='3.0.0'
pkgrel=1
pkgdesc="Visualiser for temporal structured and unstructured grids in QGIS  3.3.x"
arch=('i686' 'x86_64')
url="https://www.lutraconsulting.co.uk/products/crayfish/"
license=('GPL3')
depends=('qgis-git' 'python')
source=(https://github.com/lutraconsulting/qgis-crayfish-plugin/archive/release-${pkgver}.tar.gz)
md5sums=('3195816365e31a46b6575c2bc56d5089')

package() {
  cd "${pkgname}-release-${pkgver}"
  mkdir -p ${pkgdir}/opt/qgis-git/share/qgis/python/plugins/
  cp -dr --no-preserve=ownership crayfish "${pkgdir}/opt/qgis-git/share/qgis/python/plugins/"
}