mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
app-crypt/reop: New package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
app-crypt/reop/Manifest
Normal file
1
app-crypt/reop/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST reop-2.1.1.tgz 32533 BLAKE2B 48d6182f4f6a629f8b32c8144205abd7c719a5586a83914d4d4c574cde3f3b5d32c637bc7cd7c568b9da6164a65d331b38fb96491ac7ff2a2dab7023f8b8b885 SHA512 ce145cfb7c2347c4df4b6a25f28dab22d6bd0b3cf27d9fcb42b81d969634b122b706aff01c1c3108557d5778981dd8a025ac29d1aa2dfe9e77902ed24daa8ef1
|
||||||
8
app-crypt/reop/metadata.xml
Normal file
8
app-crypt/reop/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>
|
||||||
27
app-crypt/reop/reop-2.1.1.ebuild
Normal file
27
app-crypt/reop/reop-2.1.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DESCRIPTION="reasonable expectation of privacy"
|
||||||
|
HOMEPAGE="https://flak.tedunangst.com/post/reop"
|
||||||
|
SRC_URI="https://flak.tedunangst.com/files/reop-2.1.1.tgz"
|
||||||
|
LICENSE="ISC"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="dev-libs/libsodium:="
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake CC="${CC}" CFLAGS="${CFLAGS}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
cd ./test || die
|
||||||
|
./test.sh || die
|
||||||
|
}
|
||||||
|
src_install() {
|
||||||
|
dobin reop
|
||||||
|
doman repo.1
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user