[arch-commits] Commit in acme-tiny/repos (community-any community-any/PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Mar 22 11:47:00 UTC 2018


    Date: Thursday, March 22, 2018 @ 11:46:59
  Author: svenstaro
Revision: 310479

archrelease: copy trunk to community-any

Added:
  acme-tiny/repos/community-any/
  acme-tiny/repos/community-any/PKGBUILD
    (from rev 310478, acme-tiny/trunk/PKGBUILD)

----------+
 PKGBUILD |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

Copied: acme-tiny/repos/community-any/PKGBUILD (from rev 310478, acme-tiny/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-03-22 11:46:59 UTC (rev 310479)
@@ -0,0 +1,20 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Tom Hacohen <tom at stosb.com>
+pkgname=acme-tiny
+pkgver=4.0.3
+pkgrel=1
+pkgdesc="A tiny script to issue and renew TLS certs from Let's Encrypt"
+url="https://github.com/diafygi/acme-tiny"
+depends=('python' 'openssl')
+license=('MIT')
+arch=('any')
+source=(https://github.com/diafygi/acme-tiny/archive/${pkgver}.tar.gz)
+sha256sums=('8875f1bedda3cc0d60e9786c8ac37909ec4e8cc9ef3221f01b1ac2d87c2c2962')
+
+package() {
+    cd "$srcdir"/acme-tiny-${pkgver}
+
+    install -Dm 755 acme_tiny.py "$pkgdir/usr/bin/acme-tiny"
+    install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list