github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/aur/testdata/TestFullPipe/with-more-opts.pkgbuild.golden (about) 1 # This file was generated by GoReleaser. DO NOT EDIT. 2 # Maintainer: me 3 # Contributor: me as well 4 5 pkgname='with-more-opts-bin' 6 pkgver=1.0.1 7 pkgrel=1 8 pkgdesc='A run pipe test fish food and FOO=foo_is_bar' 9 url='https://github.com/goreleaser' 10 arch=('x86_64') 11 license=('MIT') 12 provides=('git' 'svn') 13 conflicts=('libcurl' 'cvs' 'blah') 14 depends=('curl' 'bash') 15 optdepends=('wget: stuff' 'foo: bar') 16 17 source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://dummyhost/download/v1.0.1-foo/bin.tar.gz") 18 sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855') 19 20 package() { 21 install -Dm755 "./name" "${pkgdir}/usr/bin/name" 22 }