~alpine/aports

2 2

[alpine-aports] [PATCH] testing/acme.sh: new aport

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190107111711.25120-1-mps@arvanta.net>
Sender timestamp
1546859831
DKIM signature
missing
Download raw message
Patch: +28 -0
---
 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ć <mps@arvanta.net>
# Contributor: Milan P. Stanić <mps@arvanta.net>

pkgname=acme.sh
pkgver=2.7.9
pkgrel=0
pkgdesc='An ACME Shell script, an acme client alternative to certbot'
arch="noarch"
url="https://github.com/Neilpang/acme.sh"
license="GPL3"
depends="socat"
options="!check"
source="$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
}
sha512sums="24374783ca52835b400b84316ffab5e9066805362f02082f8ef409e21ca590d837b3dd11401633947f9fcc98dc977b0e8b6076d5deecd02b38478f257500a052  acme.sh-2.7.9.tar.gz"
-- 
2.18.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Leonardo Arena <rnalrd@gmail.com>
Details
Message ID
<CAGG_d8DZ6v5QH+=d=HJ16sVHHM2fNka4AaGQi6MKQvfr62EAzQ@mail.gmail.com>
In-Reply-To
<20190107111711.25120-1-mps@arvanta.net> (view parent)
Sender timestamp
1546957369
DKIM signature
missing
Download raw message
Hi,

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

On Mon, Jan 7, 2019 at 12:17 PM Milan P. Stanić <mps@arvanta.net> wrote:

> ---
>  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ć <mps@arvanta.net>
> +# Contributor: Milan P. Stanić <mps@arvanta.net>
> +
> +pkgname=acme.sh
> +pkgver=2.7.9
> +pkgrel=0
> +pkgdesc='An ACME Shell script, an acme client alternative to certbot'
> +arch="noarch"
> +url="https://github.com/Neilpang/acme.sh"
> +license="GPL3"
>


For the license ID please use one from https://spdx.org/licenses/



> +depends="socat"
> +options="!check"
> +source="$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
Milan P. Stanic <mps@arvanta.net>
Details
Message ID
<20190108172738.GB948@arya.arvanta.net>
In-Reply-To
<CAGG_d8DZ6v5QH+=d=HJ16sVHHM2fNka4AaGQi6MKQvfr62EAzQ@mail.gmail.com> (view parent)
Sender timestamp
1546968458
DKIM signature
missing
Download raw message
Hi Leonardo,

On Tue, 2019-01-08 at 15:22, Leonardo Arena wrote:
> Hi,
> 
> thank you for your contribution. Please see some comments below.

Of course, I can change but Francesco Colista already added it to the
aports, so my post to patchwork is superseded actually.

-- 
Regards

> On Mon, Jan 7, 2019 at 12:17 PM Milan P. Stanić <mps@arvanta.net> wrote:
> 
> > ---
> >  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ć <mps@arvanta.net>
> > +# Contributor: Milan P. Stanić <mps@arvanta.net>
> > +
> > +pkgname=acme.sh
> > +pkgver=2.7.9
> > +pkgrel=0
> > +pkgdesc='An ACME Shell script, an acme client alternative to certbot'
> > +arch="noarch"
> > +url="https://github.com/Neilpang/acme.sh"
> > +license="GPL3"
> >
> 
> 
> For the license ID please use one from https://spdx.org/licenses/
> 
> 
> 
> > +depends="socat"
> > +options="!check"
> > +source="$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


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)