# Template file for 'fwup' pkgname=fwup version=0.8.2 revision=1 build_style=gnu-configure configure_args="ac_vc_func_open_memstream=yes" hostmakedepends="automake libtool pkg-config" makedepends="libarchive-devel libsodium-devel confuse-devel" short_desc="Configurable embedded Linux firmware update creator and runner" maintainer="Duncaen " license="Apache-2.0" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" checksum=64c3a0ac38dc11c0c05b2588a89638cbc37f5552ac0f1c290f7ee5365f2bba49 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man" fi pre_configure() { NOCONFIGURE=1 autoreconf -fi }