22 lines
727 B
Bash
22 lines
727 B
Bash
# Template file for 'fwup'
|
|
pkgname=fwup
|
|
version=0.17.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake libtool pkg-config"
|
|
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"
|
|
#changelog="https://raw.githubusercontent.com/fhunleth/fwup/master/CHANGELOG.md"
|
|
homepage="https://github.com/fhunleth/fwup"
|
|
distfiles="https://github.com/fhunleth/fwup/archive/v${version}.tar.gz"
|
|
checksum=c3fe73da33ed5a1527361aa61f97a6cad4a937a884dd933b04407b4198fefa33
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" help2man"
|
|
fi
|
|
|
|
pre_configure() {
|
|
NOCONFIGURE=1 autoreconf -fi
|
|
}
|