1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-04 03:25:16 +02:00

chore: fix AUR configuration

This commit is contained in:
Fernandez Ludovic 2024-11-22 02:58:37 +01:00
parent b34902160d
commit 87b7e7191f

View File

@ -170,7 +170,7 @@ snapcrafts:
- network-bind
aurs:
- description: "Let's Encrypt client and ACME library written in Go"
- description: "Let s Encrypt client and ACME library written in Go"
skip_upload: false
homepage: https://go-acme.github.io/lego/
name: 'lego-bin'
@ -186,7 +186,7 @@ aurs:
email: ldez@users.noreply.github.com
package: |-
# Bin
install -Dm755 "./prm" "${pkgdir}/usr/bin/lego"
install -Dm755 "./lego" "${pkgdir}/usr/bin/lego"
# License
install -Dm644 "./LICENSE" "${pkgdir}/usr/share/licenses/lego/LICENSE"