mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 12:44:42 +01:00
fix install LICENSE filename
This commit is contained in:
parent
7ea2ff11b0
commit
86a474bdba
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = cloudflared-bin
|
||||
pkgdesc = An Argo Tunnel client which proxies any local webserver through the Cloudflare network
|
||||
pkgver = 2022.3.3
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://developers.cloudflare.com/argo-tunnel/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=cloudflared-bin
|
||||
pkgver=2022.3.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An Argo Tunnel client which proxies any local webserver through the Cloudflare network"
|
||||
arch=("x86_64" "i686" "aarch64" "armv6h" "armv7h")
|
||||
url="https://developers.cloudflare.com/argo-tunnel/"
|
||||
|
|
@ -36,7 +36,7 @@ b2sums_armv7h=('803da708ee1468b89c07b8b58d26ab34ebf6aabfee3269326a8b33112d34ae3e
|
|||
|
||||
package() {
|
||||
# Install License
|
||||
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
install -Dm644 ${pkgname}-LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
|
||||
|
||||
# Install Binary
|
||||
install -Dm755 cloudflared-bin-* ${pkgdir}/usr/bin/cloudflared
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue