mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-01 13:07:49 +02:00
42258cf473
Co-authored-by: Christian Muehlhaeuser <muesli@gmail.com> Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
19 lines
543 B
Plaintext
19 lines
543 B
Plaintext
# This file was generated by GoReleaser. DO NOT EDIT.
|
|
|
|
pkgname='default-gitlab-bin'
|
|
pkgver=1.0.1
|
|
pkgrel=1
|
|
pkgdesc='A run pipe test fish food and FOO=foo_is_bar'
|
|
url='https://gitlab.com/goreleaser'
|
|
arch=('x86_64')
|
|
license=('MIT')
|
|
provides=('default-gitlab')
|
|
conflicts=('default-gitlab')
|
|
|
|
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://dummyhost/download/v1.0.1-foo/bin.tar.gz")
|
|
sha256sums_x86_64=('e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
|
|
|
|
package() {
|
|
install -Dm755 "./name" "${pkgdir}/usr/bin/name"
|
|
}
|