# Template file for 'XyGrib' pkgname=XyGrib version=1.1.2 revision=1 patch_args="-Np1" build_style=cmake hostmakedepends="qt5-devel pkg-config" makedepends="jasper-devel libnova-devel nettle-devel proj-devel qt5-devel qwt-devel libopenjpeg2-devel" short_desc="Weather data visulization" maintainer="Andrew Benson " license="GPL-3.0-or-later" homepage="https://opengribs.org/" distfiles="https://github.com/opengribs/XyGrib/archive/v${version}.tar.gz" checksum=e6f4248cc78eccf4622715d713eb989b371faa03750c652fca1080661723b45b if [ -n "$CROSS_BUILD" ]; then make_build_args="LINK=${XBPS_CROSS_TRIPLET}-c++" fi post_install() { vbin ${FILESDIR}/XyGrib vmkdir usr/share/applications vinstall ${FILESDIR}/XyGrib.desktop 0644 usr/share/applications vmkdir usr/share/icons vinstall ${FILESDIR}/XyGrib.png 0644 usr/share/icons mv ${DESTDIR}/usr/XyGrib ${DESTDIR}/usr/share/ }