4 Star 2 Fork 1

Gitee 极速下载/browsh

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/browsh-org/browsh
克隆/下载
goreleaser.yml 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
# Run with `ctl.sh release` to get ENV vars
project_name: browsh
builds:
- binary: browsh
env:
- CGO_ENABLED=0
main: cmd/browsh/main.go
goos:
- windows
- darwin
- linux
- freebsd
- openbsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goarch: arm64
goos: windows
ldflags: -s -w
archives:
- format_overrides:
- goos: windows
format: binary
- goos: linux
format: binary
- goos: freebsd
format: binary
- goos: openbsd
format: binary
nfpms:
- vendor: Browsh
homepage: https://www.brow.sh
maintainer: Thomas Buckley-Houston <[email protected]>
description: The modern, text-based browser
license: GPL v3
formats:
- deb
- rpm
dependencies:
- firefox
overrides:
deb:
dependencies:
- 'firefox | firefox-esr'
brews:
- name: browsh
tap:
name: homebrew-browsh
homepage: "https://www.brow.sh"
description: "The modern, text-based browser"
caveats: "You need Firefox 57 or newer to run Browsh"
# We do the upload manually because Goreleaser doesn't support Deploy Keys and Github
# doesn't support repo-specific Access Tokens 🙄
skip_upload: true
release:
extra_files:
- glob: ./browsh-*.xpi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/browsh.git
[email protected]:mirrors/browsh.git
mirrors
browsh
browsh
master

搜索帮助