mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
sys-fs/fsverity-utils: new package, add 1.6
Signed-off-by: Mark Harmstone <mark@harmstone.com>
This commit is contained in:
1
sys-fs/fsverity-utils/Manifest
Normal file
1
sys-fs/fsverity-utils/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST fsverity-utils-1.6.tar.gz 43940 BLAKE2B 723edd75772ae74e95cd51740a67aede266ec1824cd6b5b68f0dfcd0f0c1165c08f36cefb460e2ae506c3afd5fc60d0df87552e1ae54582f95383868395769e7 SHA512 9a05264f75b270472dc8d18b0d5a7cb17c24f8b77aa5d1a06ad5dd7813526c06070ceb47a43aa999a542ea4cf5ce7e1500287e7944ce676a97a3cafb985dc4b8
|
||||||
32
sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild
Normal file
32
sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 2024 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit linux-info
|
||||||
|
inherit toolchain-funcs
|
||||||
|
|
||||||
|
if [[ ${PV} == *9999* ]]; then
|
||||||
|
EGIT_REPO_URI="https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git"
|
||||||
|
inherit git-r3
|
||||||
|
else
|
||||||
|
SRC_URI="https://git.kernel.org/pub/scm/fs/fsverity/${PN}.git/snapshot/${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
|
||||||
|
fi
|
||||||
|
|
||||||
|
DESCRIPTION="Userspace utility for file-level integrity/authenticity verification"
|
||||||
|
HOMEPAGE="https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="dev-libs/openssl:="
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake CC="$(tc-getCC)"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake install CC="$(tc-getCC)" DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||||
|
}
|
||||||
8
sys-fs/fsverity-utils/metadata.xml
Normal file
8
sys-fs/fsverity-utils/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>mark@harmstone.com</email>
|
||||||
|
<name>Mark Harmstone</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user