mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: fix AUR configuration
This commit is contained in:
parent
b34902160d
commit
87b7e7191f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue