Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions acme.sh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
package:
name: acme.sh
version: 3.0.6
epoch: 0
description: ACME Shell script, an acme client alternative to certbot
copyright:
- license: GPL-3.0-only
dependencies:
runtime:
- openssl
- socat
- curl

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- git
- curl

pipeline:
- uses: git-checkout
with:
repository: https://github.com/acmesh-official/acme.sh
tag: ${{package.version}}
expected-commit: b7caf7a0165d80dd1556b16057a06bb32025066d

- 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
1 change: 1 addition & 0 deletions packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -749,3 +749,4 @@ ingress-nginx-controller
tomcat
tomcat-native
cilium-cli
acme.sh