From edbea83c21c89ef181ea3935f45dd071bfb2bca2 Mon Sep 17 00:00:00 2001 From: Wesley Chan Date: Tue, 19 Oct 2021 16:03:13 +0800 Subject: [PATCH 1/2] New package: acme.sh-3.0.1 --- srcpkgs/acme.sh/template | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 srcpkgs/acme.sh/template diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template new file mode 100644 index 000000000000..fac24d8de052 --- /dev/null +++ b/srcpkgs/acme.sh/template @@ -0,0 +1,24 @@ +# Template file for 'acme.sh' +pkgname=acme.sh +version=3.0.1 +revision=1 +short_desc="Pure Unix shell script implementing ACME client protocol" +maintainer="Wesley Chan " +license="GPL-3.0-or-later" +homepage="https://github.com/acmesh-official/acme.sh" +distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz" +checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6 + +do_install() { + vmkdir usr/share/acme.sh/deploy + vmkdir usr/share/acme.sh/dnsapi + vmkdir usr/share/acme.sh/notify + vmkdir usr/bin + + vinstall acme.sh 755 usr/share/acme.sh/ + vcopy deploy/*.sh usr/share/acme.sh/deploy/ + vcopy dnsapi/*.sh usr/share/acme.sh/dnsapi/ + vcopy notify/*.sh usr/share/acme.sh/notify/ + + ln -sf /usr/share/acme.sh/acme.sh ${DESTDIR}/usr/bin/acme.sh +} From d81926edd9783ef88bbf974e80d06621565bb993 Mon Sep 17 00:00:00 2001 From: Wesley Chan Date: Wed, 30 Mar 2022 09:09:04 +0800 Subject: [PATCH 2/2] acme.sh: update to 3.0.2. --- srcpkgs/acme.sh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/acme.sh/template b/srcpkgs/acme.sh/template index fac24d8de052..92092c41e3b5 100644 --- a/srcpkgs/acme.sh/template +++ b/srcpkgs/acme.sh/template @@ -1,13 +1,13 @@ # Template file for 'acme.sh' pkgname=acme.sh -version=3.0.1 +version=3.0.2 revision=1 short_desc="Pure Unix shell script implementing ACME client protocol" maintainer="Wesley Chan " license="GPL-3.0-or-later" homepage="https://github.com/acmesh-official/acme.sh" distfiles="https://github.com/acmesh-official/acme.sh/archive/refs/tags/${version}.tar.gz" -checksum=6212cc0c2bca99a7dd6cbb4236b4c7dd5d1113dab0841e66dae4d307d902a8e6 +checksum=d6cda672697fe02cfa2a61bf74ec1b472aa797b03baead6deec625158965cee0 do_install() { vmkdir usr/share/acme.sh/deploy