diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2016-10-22 00:08:03 +0200 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2016-10-22 00:08:03 +0200 |
commit | 9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593 (patch) | |
tree | 6a0a80f1bed7ae027f86ab2acf03972da9762502 /app-crypt/dehydrated/dehydrated-0.3.1.ebuild | |
parent | dev-python/translate-toolkit: 2.0.0_beta6 bump, python3, EAPI 6, HOMEPAGE (diff) | |
download | gentoo-9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593.tar.gz gentoo-9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593.tar.bz2 gentoo-9aa69bcf6bae2087aaeed8c34f5a3a86f0d01593.zip |
app-crypt/dehydrated: added ebuild
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-crypt/dehydrated/dehydrated-0.3.1.ebuild')
-rw-r--r-- | app-crypt/dehydrated/dehydrated-0.3.1.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
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 000000000000..55611d3dadcd --- /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 + +} |