X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) by lists.alpinelinux.org (Postfix) with ESMTP id B47C1F8581A for ; Tue, 8 Jan 2019 14:23:02 +0000 (UTC) Received: by mail-vs1-f48.google.com with SMTP id y27so2569360vsi.1 for ; Tue, 08 Jan 2019 06:23:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=z3Q4QfKWTYP24+UFucgwROqjMUhO+nikERG73JjLD7w=; b=XJv48yHYccP6UL6U8cxWhDzo2MLGrEpAsaNjLcMDWDAw94zbZpcNHbBl907vMFg0RJ ehRPSA/AG5OsEq0do8qCP+PhVH+t8+nYH4zVvcqOcy9UK0s1uWffI0HsHjKjJ9zn53Gs viyAUHm/qJx1GpR+TbvR4Fy0M5aG8Oss1bVcwHn8J+1NfX46hOPj1DRPDHjA8GOiWn4u y5DcF+yDXNiusu9taYQ+MWNh6WSMzS1K4GWomZoKqFJXYTLH67yQRm7yHEX9tpVHj8Nw B/X8EcyXy/T7b4PMi2gF7hhH6A64iBgnjm5n4YTPw1N9apKTZnJiBPZhac1pNheKsxTR egzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=z3Q4QfKWTYP24+UFucgwROqjMUhO+nikERG73JjLD7w=; b=cOxOWyUuZgXHDrvE+kem+SruMZILCFpC95whWeOHUtU4EhqvSQKF2oqc+FS3pCKkbs QS1ZBWpGmaLMCJumXc/WfB1LgygCgpr0AAxrvsWBqTY3OjRY3xxzWaE9siuA72WUc1MA QEvyP/ybx2Qmso+hvETHBVhyYJvE6Q+V7YIUEwlXTO9UhFBYXhkI2YTQELgzRn+bqvSE ccH90u3IDMtKqez9qLTkVEO9KU4cbm2MpzOKDC0rqJ38OZW3MDchiWdQi69ffX46fbio M2AsADY1gQW4FzQx6mkXJtiEgbZJPoSyGk5Z7cQVrR17huwokhKTWLWBvbbWPpiW8Ro3 pzqg== X-Gm-Message-State: AJcUukdQeOgIHpTBL1mZ5UGDiGcQPvLMLDCduK+MKfCoZT1hQzdTUJvQ 6QS293o23eGmUE0ey9Dqu3kIJe7p3WlepY1cMBWwjL9H X-Google-Smtp-Source: ALg8bN4qmycdm+DnGUjD4b3Vyg/qH/HBx1wHFA6r0g25sqHCr9jXB8zEn7oqQJLB7SJo4NlOhYda3vcWYVm9V2oeLOM= X-Received: by 2002:a67:1203:: with SMTP id 3mr801655vss.207.1546957381675; Tue, 08 Jan 2019 06:23:01 -0800 (PST) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <20190107111711.25120-1-mps@arvanta.net> In-Reply-To: <20190107111711.25120-1-mps@arvanta.net> From: Leonardo Arena Date: Tue, 8 Jan 2019 15:22:49 +0100 Message-ID: Subject: Re: [alpine-aports] [PATCH] testing/acme.sh: new aport To: =?UTF-8?Q?Milan_P=2E_Stani=C4=87?= Cc: alpine-aports Content-Type: multipart/alternative; boundary="00000000000037af89057ef31540" --00000000000037af89057ef31540 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, thank you for your contribution. Please see some comments below. On Mon, Jan 7, 2019 at 12:17 PM Milan P. Stani=C4=87 wrot= e: > --- > testing/acme.sh/APKBUILD | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 testing/acme.sh/APKBUILD > > diff --git a/testing/acme.sh/APKBUILD b/testing/acme.sh/APKBUILD > new file mode 100644 > index 0000000000..9b61b83be2 > --- /dev/null > +++ b/testing/acme.sh/APKBUILD > @@ -0,0 +1,28 @@ > +# Maintainer: Milan P. Stani=C4=87 > +# Contributor: Milan P. Stani=C4=87 > + > +pkgname=3Dacme.sh > +pkgver=3D2.7.9 > +pkgrel=3D0 > +pkgdesc=3D'An ACME Shell script, an acme client alternative to certbot' > +arch=3D"noarch" > +url=3D"https://github.com/Neilpang/acme.sh" > +license=3D"GPL3" > For the license ID please use one from https://spdx.org/licenses/ > +depends=3D"socat" > +options=3D"!check" > +source=3D"$pkgname-$pkgver.tar.gz:: > https://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz" > + > +package() { > + cd $builddir > + rm -rf .github .travis.yml Dockerfile > + install -dm755 "$pkgdir"/usr/share/acme.sh/deploy > + install -dm755 "$pkgdir"/usr/share/acme.sh/dnsapi > + install -dm755 "$pkgdir"/usr/bin > + > + install -m755 acme.sh "$pkgdir"/usr/share/acme.sh/ > + install -m755 deploy/*.sh "$pkgdir"/usr/share/acme.sh/deploy/ > + install -m755 dnsapi/*.sh "$pkgdir"/usr/share/acme.sh/dnsapi/ > + > + ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.sh > Would you please fix the indentation? Thanks! /eo --00000000000037af89057ef31540 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi,

thank you for your contribution. Please see some comments = below.

On Mon, Jan 7,= 2019 at 12:17 PM Milan P. Stani=C4=87 <mps@arvanta.net> wrote:
---
=C2=A0testing/acme.sh/APKBUILD | 28 ++++++++++++++++++++++++++++
=C2=A01 file changed, 28 insertions(+)
=C2=A0create mode 100644 testing/acme.sh/APKBUILD

diff --git a/testing/acme.sh/APKBUILD b/testing/acme.sh/APKBUILD
new file mode 100644
index 0000000000..9b61b83be2
--- /dev/null
+++ b/testing/acme.sh/APKBUILD
@@ -0,0 +1,28 @@
+# Maintainer: Milan P. Stani=C4=87 <mps@arvanta.net>
+# Contributor: Milan P. Stani=C4=87 <mps@arvanta.net>
+
+pkgname=3Dacme.sh
+pkgver=3D2.7.9
+pkgrel=3D0
+pkgdesc=3D'An ACME Shell script, an acme client alternative to certbot= '
+arch=3D"noarch"
+url=3D"https://github.com/Neilpang/acme.sh"
+license=3D"GPL3"


<= div>For the license ID please use one from https://spdx.org/licenses/

=C2=A0
=
+depends=3D"socat"
+options=3D"!check"
+source=3D"$pkgname-$pkgver.tar.gz::h= ttps://github.com/Neilpang/acme.sh/archive/$pkgver.tar.gz"
+
+package() {
+=C2=A0 cd $builddir
+=C2=A0 =C2=A0 =C2=A0 =C2=A0rm -rf .github .travis.yml Dockerfile
+=C2=A0 install -dm755 "$pkgdir"/usr/share/acme.sh/deploy
+=C2=A0 install -dm755 "$pkgdir"/usr/share/acme.sh/dnsapi
+=C2=A0 install -dm755 "$pkgdir"/usr/bin
+
+=C2=A0 install -m755 acme.sh "$pkgdir"/usr/share/acme.sh/
+=C2=A0 install -m755 deploy/*.sh "$pkgdir"/usr/share/acme.sh/deploy= /
+=C2=A0 install -m755 dnsapi/*.sh "$pkgdir"/usr/share/acme.sh/dnsapi= /
+
+=C2=A0 ln -s /usr/share/acme.sh/acme.sh "$pkgdir"/usr/bin/acme.= sh


Would you please fix the i= ndentation?

Thanks!

/eo
--00000000000037af89057ef31540-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---