-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniel Maslowski
committed
Apr 11, 2019
1 parent
b08d5e6
commit ddfb6ca
Showing
3 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
DIST fiano-5.0.0.tar.gz 4615497 BLAKE2B 9d349a8a8c1104f0864e08b106419af071e64a5461da68c7a1e0d461755ae902c12916aaa20a51d79b9ec9da5b5aef16211a433762f3e5d28b810e9d62e64da8 SHA512 3fe02c89c7b0827ebce49778cd489ddd069aa09cf4dbb30de86d7b99909d52015ff6f5e6e8c52c59750a9ba0b9c821791adfccd43f49f0ddecd6f6f88888d07d | ||
EBUILD fiano-5.0.0.ebuild 402 BLAKE2B 4ad872d5320db4112aa9b306a81dbf2e50ceed2794e87bba42ec97966adee82493fa6276b33046202923b9a75d4c0559ee67b2fb904f9a9b1d2710b0a126993d SHA512 d81ad8bd32ed5193dc6b0ab8a91092bf0ad6352af84fd93d20f3e60149bca4dee160be5404c614159cce8b5cf32e845341ae2dd965b2382f2635e88840b7ff7a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright 1999-2019 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
GOLANG_PKG_IMPORTPATH="github.com/linuxboot" | ||
GOLANG_PKG_BUILDPATH="/cmds/fmap /cmds/futk /cmds/glzma /cmds/utk" | ||
|
||
inherit golang-single | ||
|
||
KEYWORDS="amd64" | ||
|
||
DESCRIPTION="Go-based tools for modifying UEFI firmware" | ||
HOMEPAGE="https://github.com/linuxboot/fiano" | ||
|
||
LICENSE="BSD" | ||
SLOT="0" | ||
IUSE="" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="person"> | ||
<email>[email protected]</email> | ||
<name>Daniel Maslowski</name> | ||
<description>Maintainer. Assign bugs to him</description> | ||
</maintainer> | ||
</pkgmetadata> |