1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/internal/pipe/aur/testdata/TestRunPipeBinaryRelease.pkgbuild.golden
Carlos A Becker 42258cf473
fix: double quotes
Co-authored-by: Christian Muehlhaeuser <muesli@gmail.com>
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2022-03-11 22:23:19 -03:00

19 lines
444 B
Plaintext

# This file was generated by GoReleaser. DO NOT EDIT.
pkgname='foo-bin'
pkgver=1.2.1
pkgrel=1
pkgdesc=''
url=''
arch=('x86_64')
license=('')
provides=('foo')
conflicts=('foo')
source_x86_64=("${pkgname}_${pkgver}_x86_64.binary::https://dummyhost/download/v1.2.1/foo_linux_amd64")
sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
package() {
install -Dm755 "./foo_linux_amd64 "${pkgdir}/usr/bin/foo"
}