guru/dev-embedded/fwup/fwup-1.12.0.ebuild
Mathijs Saey 65599f6448
dev-embedded/fwup: new package, add 1.12.0
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
2025-03-26 00:31:44 +01:00

28 lines
559 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Configurable embedded Linux firmware update creator and runner"
HOMEPAGE="https://github.com/fwup-home/fwup"
SRC_URI="https://github.com/fwup-home/fwup/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
app-arch/libarchive
app-arch/zip
dev-libs/confuse
dev-util/xdelta:3
sys-fs/dosfstools
sys-fs/mtools
sys-fs/squashfs-tools
"
src_prepare() {
default
./autogen.sh
}