void-packages/srcpkgs/fwup/template

18 lines
608 B
Bash

# Template file for 'fwup'
pkgname=fwup
version=0.5.0
revision=1
build_style=gnu-configure
configure_args="ac_vc_func_open_memstream=yes"
hostmakedepends="automake"
makedepends="libarchive-devel libsodium-devel confuse-devel"
short_desc="Configurable embedded Linux firmware update creator and runner"
maintainer="Duncaen <duncaen@voidlinux.eu>"
license="Apache-2.0"
homepage="https://github.com/fhunleth/fwup"
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
checksum=e059378b2d237d64423fd17f043ae5465aba4ac934bb9f90e63714cad89b5363
pre_configure() {
NOCONFIGURE=1 autoreconf -fi
}