app-crypt/dehydrated: version bump.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:17:44 +0000 (00:17 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:17:44 +0000 (00:17 +0100)
Gentoo-Bug: https://bugs.gentoo.org/608458

Package-Manager: portage-2.3.3

app-crypt/dehydrated/Manifest
app-crypt/dehydrated/dehydrated-0.4.0.ebuild [new file with mode: 0644]

index 445ea82736cc1e4faa6f0c24092576e1fd86d08a..0ff995f2f311334d2f7e2ee48a67a30310f38a64 100644 (file)
@@ -1 +1,2 @@
 DIST dehydrated-0.3.1.tar.gz 71375 SHA256 7c9b9475b442dd19dbc33a26426444054781e14a2f122d2a2405f81093484239 SHA512 34b57edc6ab950c2c0163795ef45d6fa104dcf02978bbfa325da63f7d844176ecf20cb8d7604cfedc6b2f47d8c12ce1db5b37f532eda7fffa194b4603e4ee3b9 WHIRLPOOL 4d96d8a2b8d09a5800b1bc4236d82632199860c64a29a1d49ea7a377611a98b90bd0b0059323e588d9a53a2168ceb1239d678514c39176da38286d349b201fc4
+DIST dehydrated-0.4.0.tar.gz 74005 SHA256 611da321330ffd43d1dc497990b486b2dec12c59149803ad7d156980c8527f48 SHA512 3c8c0f2fab57a432b69451f8372c02666dd953985679d12a2af9f6b917335b5b10a1196699106e317660039178ce1139a4d5455d4825a152b6911596fba16738 WHIRLPOOL 1fb07445673698e15af61fc94006d7ac712f7751a092d370816527b7d831befc55001b4c6b38a294de1c09ffbd5e94ca6fb384439cf3cb4f70b0988edfc68d0f
diff --git a/app-crypt/dehydrated/dehydrated-0.4.0.ebuild b/app-crypt/dehydrated/dehydrated-0.4.0.ebuild
new file mode 100644 (file)
index 0000000..11fa01c
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 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() {
+       default
+       dobin "${PN}"
+       insinto "/etc/${PN}"
+       doins docs/examples/{config,domains.txt,hook.sh}
+       dodoc docs/*.md
+}