mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-05 13:15:26 +02:00
17aba5ce76
* fix: aur error messages Signed-off-by: Carlos A Becker <caarlos0@gmail.com> * fix: more renames Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
|
|
pkgname='foo-bin'
|
|
pkgver=1.0.1
|
|
pkgrel=1
|
|
pkgdesc='A run pipe test aur and FOO=foo_is_bar'
|
|
url='https://github.com/goreleaser'
|
|
arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
|
|
license=('MIT')
|
|
provides=('foo')
|
|
conflicts=('foo')
|
|
|
|
source_aarch64=('https://dummyhost/download/v1.0.1/arm64.tar.gz')
|
|
sha256sums_aarch64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
source_armv6h=('https://dummyhost/download/v1.0.1/armv6.tar.gz')
|
|
sha256sums_armv6h=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
source_armv7h=('https://dummyhost/download/v1.0.1/armv7.tar.gz')
|
|
sha256sums_armv7h=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
source_i686=('https://dummyhost/download/v1.0.1/bin.tar.gz')
|
|
sha256sums_i686=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
source_x86_64=('https://dummyhost/download/v1.0.1/bin.tar.gz')
|
|
sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
package() {
|
|
install -Dm755 "./foo" "${pkgdir}/usr/bin/foo"
|
|
}
|