# Template file for 'fwup' pkgname=fwup version=1.8.4 revision=1 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="libarchive-devel libsodium-devel confuse-devel" checkdepends="mtools unzip zip dosfstools xdelta3" short_desc="Configurable embedded Linux firmware update creator and runner" maintainer="Duncaen " license="Apache-2.0" changelog="https://github.com/fhunleth/fwup/raw/main/CHANGELOG.md" homepage="https://github.com/fhunleth/fwup" distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz" checksum=f86d9237323904e91162da75db43795e73c94645745ad0fc727346fcd5380568 if [ -z "$CROSS_BUILD" ]; then hostmakedepends+=" help2man" fi pre_configure() { autoreconf -fi } pre_check() { # mtools.conf requires manual configuration for usage, but not for out tests # so we just remove the unrecognized keyword vsed -i '/SAMPLE FILE/d' /etc/mtools.conf }