mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
dev-libs/luksmeta: initial import
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
3
dev-libs/luksmeta/Manifest
Normal file
3
dev-libs/luksmeta/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST luksmeta-9.tar.gz 27650 BLAKE2B e55796929410e9a3124c3f28066bac42b46e71df98ab7a1e58c1f973d4fda41d7c8d64b735ae0d1e192054297932951407083f89a7f255c09d22dce370865036 SHA512 874331988fe2648d4924779b348f190ed5c6e4d71da4ad027f176e3f8dcbc78fc26e9f9b8402a97437db5b884db31b72598afc70e025cd8533168a5986417a76
|
||||
EBUILD luksmeta-9.ebuild 487 BLAKE2B e3556b7237233eca34b16a0c3bd1e3b0bdaa451787e8a2552672982ad1ee4345eb684e6167edbffa22d7f740b78090c76c337c8f069f510fd9a00f529ec9c49c SHA512 eaee6f831a67bd265e89ac91b730565163f230424d55502a0f880353f830942b116148afaec06849a0127f3e82813f433fb4ce90919e1868281a0833536088bb
|
||||
MISC metadata.xml 241 BLAKE2B 6dac420f48c539432671f9251c134a254e92cd56082e2551d3f9153c4319f11d06ee167a7ea10b4d16764fc2325db5057662ac61812c1ead8e7256915d9f494b SHA512 da3a07ed2a719b870f4a8f2fb10a54f6248184f553d6b8b55c7faa6b7d90aaf1d2a77ac40e08c1b6eb33f6a6da5f1db4d5eaf6c6332ffbd232fddc4ac3a1086a
|
||||
23
dev-libs/luksmeta/luksmeta-9.ebuild
Normal file
23
dev-libs/luksmeta/luksmeta-9.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="UKSMeta is a simple library for storing metadata in the LUKSv1 header"
|
||||
HOMEPAGE="https://github.com/latchset/luksmeta"
|
||||
SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="sys-fs/cryptsetup"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
8
dev-libs/luksmeta/metadata.xml
Normal file
8
dev-libs/luksmeta/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>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user