mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
app-crypt/reop: New package
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
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