forked from wolfi-dev/os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
acme.sh.yaml
53 lines (46 loc) · 1.38 KB
/
acme.sh.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
package:
name: acme.sh
version: 3.1.0
epoch: 0
description: ACME Shell script, an acme client alternative to certbot
copyright:
- license: GPL-3.0-only
dependencies:
runtime:
- curl
- openssl
- socat
environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- curl
- git
pipeline:
- uses: git-checkout
with:
repository: https://github.com/acmesh-official/acme.sh
tag: ${{package.version}}
expected-commit: 5d6f1bd2d7d1dbb2ac880dbf59d3eee7a79fb1bb
- runs: |
install -dm755 "${{targets.destdir}}"/usr/share/acme.sh/deploy
install -dm755 "${{targets.destdir}}"/usr/share/acme.sh/dnsapi
install -dm755 "${{targets.destdir}}"/usr/share/acme.sh/notify
install -dm755 "${{targets.destdir}}"/usr/bin
install -m755 acme.sh "${{targets.destdir}}"/usr/share/acme.sh/
install -m755 deploy/*.sh "${{targets.destdir}}"/usr/share/acme.sh/deploy/
install -m755 dnsapi/*.sh "${{targets.destdir}}"/usr/share/acme.sh/dnsapi/
install -m755 notify/*.sh "${{targets.destdir}}"/usr/share/acme.sh/notify/
ln -s /usr/share/acme.sh/acme.sh "${{targets.destdir}}"/usr/bin/acme.sh
update:
enabled: true
github:
identifier: acmesh-official/acme.sh
strip-prefix: v
test:
pipeline:
# AUTOGENERATED
- runs: |
acme.sh --version
acme.sh --help