github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/aur/testdata/TestRunPipeBinaryRelease.pkgbuild.golden (about)

     1  # This file was generated by GoReleaser. DO NOT EDIT.
     2  
     3  pkgname='foo-bin'
     4  pkgver=1.2.1
     5  pkgrel=1
     6  pkgdesc=''
     7  url=''
     8  arch=('x86_64')
     9  license=('')
    10  provides=('foo')
    11  conflicts=('foo')
    12  
    13  source_x86_64=("${pkgname}_${pkgver}_x86_64.binary::https://dummyhost/download/v1.2.1/foo_linux_amd64")
    14  sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
    15  
    16  package() {
    17    install -Dm755 "./foo_linux_amd64 "${pkgdir}/usr/bin/foo"
    18  }