mirror of
https://github.com/go-acme/lego.git
synced 2026-01-25 05:06:16 +00:00
chore: fix AUR configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user