[arch-commits] Commit in dehydrated/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:46:43 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:46:42
Author: felixonmars
Revision: 658999
archrelease: copy trunk to community-staging-any
Added:
dehydrated/repos/community-staging-any/
dehydrated/repos/community-staging-any/PKGBUILD
(from rev 658997, dehydrated/trunk/PKGBUILD)
dehydrated/repos/community-staging-any/dehydrated.service
(from rev 658997, dehydrated/trunk/dehydrated.service)
dehydrated/repos/community-staging-any/dehydrated.timer
(from rev 658998, dehydrated/trunk/dehydrated.timer)
--------------------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
dehydrated.service | 6 ++++++
dehydrated.timer | 8 ++++++++
3 files changed, 43 insertions(+)
Copied: dehydrated/repos/community-staging-any/PKGBUILD (from rev 658997, dehydrated/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:46:42 UTC (rev 658999)
@@ -0,0 +1,29 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: VVL <me at ivvl.ru>
+# Contributor: Alexander Görtz <aur at nyloc.de>
+# Contributor: Patrick Burroughs (Celti) <celti at celti.name>
+
+pkgname=dehydrated
+pkgver=0.6.5
+pkgrel=2
+pkgdesc='letsencrypt/acme client implemented as a shell-script – just add water'
+arch=('any')
+url=https://dehydrated.io
+license=('MIT')
+source=("https://github.com/lukas2511/dehydrated/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
+ "$pkgname".{service,timer})
+depends=('curl' 'openssl')
+sha512sums=('da8ff3ecb7ddeb25356469fa272aef4e7c3705049caf88d09656dbc4baf29e0efa135e6f154c78cec82da17a27a78f2145ee3b7bd71521a080e10550d09b8a53'
+ 'e3cb75d50e35b14121f605b1fc19c027e8143075eef93c2d5a59c98c0266b0e934c9c315522490e8f49e54c7a8d2f6db3bbff27d4adc6eb39f7547488103cd8c'
+ '56847122a86573c06973b7eb74dd53fe3010394dff478f3a9d7ccc872f41fd4e8fdf236cd5e3ff1075210c4aaa6c9afaa79b2bd29da277c42d8075993e24a81a')
+
+package() {
+ cd $pkgname-$pkgver
+ install -d "$pkgdir"/etc/dehydrated
+ install -Dm755 -t "$pkgdir"/usr/bin $pkgname
+ install -Dm644 -t "$pkgdir"/usr/lib/systemd/system ../$pkgname.{service,timer}
+ install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname docs/*.md
+ install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname/examples docs/examples/*
+ install -Dm644 -t "$pkgdir"/usr/share/man/man1 docs/man/$pkgname.1
+ install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE
+}
Copied: dehydrated/repos/community-staging-any/dehydrated.service (from rev 658997, dehydrated/trunk/dehydrated.service)
===================================================================
--- community-staging-any/dehydrated.service (rev 0)
+++ community-staging-any/dehydrated.service 2020-07-07 15:46:42 UTC (rev 658999)
@@ -0,0 +1,6 @@
+[Unit]
+Description=Check and renew ACME TLS certificates
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/dehydrated -c
Copied: dehydrated/repos/community-staging-any/dehydrated.timer (from rev 658998, dehydrated/trunk/dehydrated.timer)
===================================================================
--- community-staging-any/dehydrated.timer (rev 0)
+++ community-staging-any/dehydrated.timer 2020-07-07 15:46:42 UTC (rev 658999)
@@ -0,0 +1,8 @@
+[Unit]
+Description=Check and renew ACME TLS certificates
+
+[Timer]
+OnCalendar=daily UTC
+
+[Install]
+WantedBy=timers.target
More information about the arch-commits
mailing list