# Maintainer: Martin Larralde pkgname=imagej-plugin-morpholibj pkgver=1.4.3 pkgrel=0 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/v${pkgver}/MorphoLibJ_-${pkgver}.jar") noextract=() md5sums=('033ad2facc0bd7a19670f0a77206f9ea') package() { install -m755 -d ${pkgdir}/usr/share/imagej/plugins/jars install -m644 ${srcdir}/MorphoLibJ_-${pkgver}.jar ${pkgdir}/usr/share/imagej/plugins/jars/ }