mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
dev-embedded/fwup: new package, add 1.12.0
Signed-off-by: Mathijs Saey <mathijs@mathsaey.be>
This commit is contained in:
parent
b012271f48
commit
65599f6448
1
dev-embedded/fwup/Manifest
Normal file
1
dev-embedded/fwup/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST fwup-1.12.0.tar.gz 4152060 BLAKE2B b1f556abfdf996a4d5128f49e9506804962d0968509b306bf067dfd540654c91a2750fd66aaa02647a52d6de30dca41dfb748aa0bafaf7684dfbe5d19430538a SHA512 7c1058b737185a909caa338fbcbd0629f69c228120c702d54577b4bd9616c3319648c53dd2d20392a1dd2cd8d64fbd376261cf2f5720cf1ee05c34161c74cd80
|
27
dev-embedded/fwup/fwup-1.12.0.ebuild
Normal file
27
dev-embedded/fwup/fwup-1.12.0.ebuild
Normal file
@ -0,0 +1,27 @@
|
||||
# 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
|
||||
}
|
11
dev-embedded/fwup/metadata.xml
Normal file
11
dev-embedded/fwup/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>mathijs@mathsaey.be</email>
|
||||
<name>Mathijs Saey</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">fwup-home/fwup</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user