mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
fix: license
This commit is contained in:
parent
ce8563c012
commit
e77880fc98
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = goreleaser-bin
|
||||
pkgdesc = Deliver Go binaries as fast and easily as possible
|
||||
pkgver = v0.174.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://goreleaser.com
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
pkgname='goreleaser-bin'
|
||||
_pkgname="${pkgname%-bin}"
|
||||
pkgver=v0.174.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Deliver Go binaries as fast and easily as possible'
|
||||
url='https://goreleaser.com'
|
||||
arch=('x86_64' 'i686' 'aarch64')
|
||||
|
|
@ -33,5 +33,5 @@ package() {
|
|||
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
|
||||
|
||||
# License
|
||||
install -Dm644 "${srcdir}/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
install -Dm644 "${srcdir}/LICENSE.md/LICENSE.md" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue