# Maintainer: Martin Larralde pkgname=imagej-plugin-morpholibj pkgver=1.6.2 pkgrel=1 pkgdesc="Collection of mathematical morphology methods and plugins for ImageJ" url="https://imagej.net/MorphoLibJ" arch=("any") license=("LGPL3") groups=() makedepends=() depends=('imagej') optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/ijpb/MorphoLibJ/releases/download/MorphoLibJ_-${pkgver}/MorphoLibJ_-${pkgver}.jar") noextract=() sha256sums=('d38bc91c5a935a8f22c9e7782f74d5fcff3d7f09f4ef3cf4e2e2e5d4a23a78ed') package() { install -m755 -d ${pkgdir}/usr/share/imagej/plugins/jars install -m644 ${srcdir}/MorphoLibJ_-${pkgver}.jar ${pkgdir}/usr/share/imagej/plugins/jars/ }