commit: 9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Fri Oct 21 22:08:03 2016 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 22:08:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa69bcf
app-crypt/dehydrated: added ebuild Package-Manager: portage-2.3.2 app-crypt/dehydrated/Manifest | 1 + app-crypt/dehydrated/dehydrated-0.3.1.ebuild | 24 ++++++++++++++++++++++++ app-crypt/dehydrated/metadata.xml | 7 +++++++ 3 files changed, 32 insertions(+) diff --git a/app-crypt/dehydrated/Manifest b/app-crypt/dehydrated/Manifest new file mode 100644 index 00000000..445ea82 --- /dev/null +++ b/app-crypt/dehydrated/Manifest @@ -0,0 +1 @@ +DIST dehydrated-0.3.1.tar.gz 71375 SHA256 7c9b9475b442dd19dbc33a26426444054781e14a2f122d2a2405f81093484239 SHA512 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9 WHIRLPOOL 4d96d8a2b8d09a5800b1bc4236d82632199860c64a29a1d49ea7a377611a98b90bd0b0059323e588d9a53a2168ceb1239d678514c39176da38286d349b201fc4 diff --git a/app-crypt/dehydrated/dehydrated-0.3.1.ebuild b/app-crypt/dehydrated/dehydrated-0.3.1.ebuild new file mode 100644 index 00000000..55611d3 --- /dev/null +++ b/app-crypt/dehydrated/dehydrated-0.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="a client for signing certificates with an ACME-server" +HOMEPAGE="https://github.com/lukas2511/dehydrated" +SRC_URI="https://github.com/lukas2511/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-shells/bash" + +src_install() { + dobin dehydrated + insinto "/etc/${PN}" + doins docs/examples/{config,domains.txt,hook.sh} + dodoc docs/*.md + default + +} diff --git a/app-crypt/dehydrated/metadata.xml b/app-crypt/dehydrated/metadata.xml new file mode 100644 index 00000000..56df135 --- /dev/null +++ b/app-crypt/dehydrated/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + </maintainer> +</pkgmetadata>
