1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/linuxsuren-http-downloader

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.goreleaser.yml 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Rick Отправлено 05.01.2024 05:06 ca9209c
# Official documentation at http://goreleaser.com
project_name: http-downloader
builds:
- env:
- CGO_ENABLED=0
binary: hd
goarch:
- amd64
- arm64
- arm
goarm:
- 7
- 6
goos:
- windows
- linux
- darwin
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
ldflags:
- -X github.com/linuxsuren/cobra-extension/version.version={{.Version}}
- -X github.com/linuxsuren/cobra-extension/version.commit={{.ShortCommit}}
- -X github.com/linuxsuren/cobra-extension/version.date={{.Date}}
- -w
- -s
dist: release
archives:
- name_template: "{{ .Binary }}-{{ .Os }}-{{ .Arch }}{{ .Arm }}"
replacements:
darwin: darwin
linux: linux
windows: windows
amd64: amd64
arm64: arm64
format_overrides:
- goos: windows
format: zip
files:
- README.md
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next-{{.ShortCommit}}"
changelog:
skip: true
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: hd
tap:
owner: linuxsuren
name: homebrew-linuxsuren
folder: Formula
homepage: "https://github.com/linuxsuren/http-downloader"
description: HTTP download tool
dependencies:
- name: bash-completion
type: optional
test: |
version_output = shell_output("#{bin}/hd version")
assert_match version.to_s, version_output
install: |
bin.install name
prefix.install_metafiles

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/linuxsuren-http-downloader.git
git@api.gitlife.ru:oschina-mirror/linuxsuren-http-downloader.git
oschina-mirror
linuxsuren-http-downloader
linuxsuren-http-downloader
master