mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
sys-devel/fcode-utils: new package, add 1.0.3
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
ed980f05e6
commit
e4dd1300af
1
sys-devel/fcode-utils/Manifest
Normal file
1
sys-devel/fcode-utils/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST fcode-utils-1.0.3.tar.gz 4304237 BLAKE2B 9b6ebf8bb63e2def5022ca75aa163a9a57fa11a144d40563aa7b9c202feb906b145006ef645947a393d50afc6451d225c1dbd8594edeb267e6ea078cdf7d73a4 SHA512 7f64d3ac5c10184efc0993a748a5dcbf9aa0b71dee059c9b97b3656e61cdd7ed9395e830435eab5878ece80df001cf9420065b1611e8bb011274e26aad20f3f0
|
18
sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild
Normal file
18
sys-devel/fcode-utils/fcode-utils-1.0.3.ebuild
Normal file
@ -0,0 +1,18 @@
|
||||
# Copyright 2022 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Set of utilities to process FCODE, OpenFirmware's byte code"
|
||||
HOMEPAGE="https://www.openfirmware.info/FCODE_suite"
|
||||
SRC_URI="https://github.com/openbios/fcode-utils/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-2 CPL-1.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( documentation/ )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -i 's;^STRIP\b.*;STRIP = true;' toke/Makefile detok/Makefile romheaders/Makefile || die
|
||||
}
|
8
sys-devel/fcode-utils/metadata.xml
Normal file
8
sys-devel/fcode-utils/metadata.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user