Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: acme-sh-3.0.1
@ 2021-10-19  8:14 Wesley-Chan
  2021-11-03  2:02 ` Wesley-Chan
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Wesley-Chan @ 2021-10-19  8:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1595 bytes --]

There is a new pull request by Wesley-Chan against master on the void-packages repository

https://github.com/Wesley-Chan/void-packages master
https://github.com/void-linux/void-packages/pull/33632

New package: acme-sh-3.0.1
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/33632.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-33632.patch --]
[-- Type: text/x-diff, Size: 1412 bytes --]

From cb29747f6c1b3ef8e89c07a8e6cb5fcf2a3ae69b Mon Sep 17 00:00:00 2001
From: Wesley Chan <wesley.chan.19@protonmail.com>
Date: Tue, 19 Oct 2021 16:03:13 +0800
Subject: [PATCH] New package: acme-sh-3.0.1

---
 srcpkgs/acme-sh/template | 25 +++++++++++++++++++++++++
 1 file changed, 25 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..d98526edb181
--- /dev/null
+++ b/srcpkgs/acme-sh/template
@@ -0,0 +1,25 @@
+# Template file for 'acme-sh'
+pkgname=acme-sh
+version=3.0.1
+revision=1
+wrksrc="acme.sh-${version}"
+short_desc="Pure Unix shell script implementing ACME client protocol"
+maintainer="Wesley Chan <wesley.chan.19@protonmail.com>"
+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 755
+	vmkdir usr/share/acme.sh/dnsapi 755
+	vmkdir usr/share/acme.sh/notify 755
+	vmkdir usr/bin 755
+
+	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
+}

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-04-02 15:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  8:14 [PR PATCH] New package: acme-sh-3.0.1 Wesley-Chan
2021-11-03  2:02 ` Wesley-Chan
2021-11-03 16:38 ` Chocimier
2021-11-04  1:00 ` [PR PATCH] [Updated] " Wesley-Chan
2021-11-04  3:47 ` Wesley-Chan
2021-11-04  3:48 ` Wesley-Chan
2021-11-04  3:54 ` New package: acme.sh-3.0.1 Wesley-Chan
2021-11-04  6:59 ` [PR REVIEW] " paper42
2021-11-04  7:00 ` paper42
2021-11-06  3:15 ` [PR PATCH] [Updated] " Wesley-Chan
2021-11-06  3:20 ` [PR REVIEW] " Wesley-Chan
2022-03-30  0:03 ` [PR PATCH] [Updated] " Wesley-Chan
2022-03-30  1:16 ` Wesley-Chan
2022-03-30 18:20 ` Chocimier
2022-03-31  1:21 ` [PR PATCH] [Updated] " Wesley-Chan
2022-04-02  2:34 ` [PR PATCH] [Updated] New package: acme.sh-3.0.2 Wesley-Chan
2022-04-02  2:36 ` Wesley-Chan
2022-04-02 15:38 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).