mirror of
https://github.com/valitydev/gentoo-overlay.git
synced 2024-11-06 01:45:19 +00:00
sys-fs/luksmeta: add new package
This commit is contained in:
parent
205ad69dd4
commit
a0ea476a11
3
sys-fs/luksmeta/Manifest
Normal file
3
sys-fs/luksmeta/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST luksmeta-9.tar.bz2 267561 BLAKE2B e131e918d7b080599d89bb5d7b63bff622371f2d97fe775929cc6fba21ee3c9581b0f0042fe7a7581eff16dc0a5e9d9bb3c668883b87ba2419c07328cfe15ef2 SHA512 eeecc3de9d621c380d29b2f2ca6ce715f09c20aac8ffc6a3d3cc7dc30c5dc46df686e61928d0accf7e7281ad9baa6ee59a0cf5b58635a311769d8e08c5cc94bd
|
||||
EBUILD luksmeta-9.ebuild 440 BLAKE2B 63282f25f344e861007474ecf077c94b771fea35b76b8ec86a2258099ebb62beb6973179a85fb741bb3b2a0a9ed840709917bdc9152ff351e92ae1f7fc69e97f SHA512 af04806ddb7b53766eb7952e4d6c18299351cefa68437bd13ee0ab07b90efa8390122bd778b1ac3a151a16d276233a214f5b2141621da9f121e13643606a51dd
|
||||
MISC metadata.xml 338 BLAKE2B 38c20081c3e9e7eb4e2fded0c2cd35509796e67f2c518e937f48e95e7e77a1670f5feec6cd30daf11cb7b6721fa6844a7b62fa54a6721705810538a5b541dbb1 SHA512 4031852ef2ed84c111a12e1b509a12d99b9f3907bac12f4c273acac91cec5537424babe76c8e37d70183280e78b6771f32cec7511e464099f0968d180e767f0d
|
17
sys-fs/luksmeta/luksmeta-9.ebuild
Normal file
17
sys-fs/luksmeta/luksmeta-9.ebuild
Normal file
@ -0,0 +1,17 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="LUKSMeta is a simple library for storing metadata in the LUKSv1 header"
|
||||
HOMEPAGE="https://latchset.github.io/"
|
||||
SRC_URI="https://github.com/latchset/${PN}/releases/download/v${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-text/asciidoc
|
||||
sys-fs/cryptsetup"
|
||||
RDEPEND="${DEPEND}"
|
11
sys-fs/luksmeta/metadata.xml
Normal file
11
sys-fs/luksmeta/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>david.guglielmi@gmail.com</email>
|
||||
<name>David GUGLIELMI</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">latchset/luksmeta</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user