6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-04 13:21:45 +00:00

Add .deb and .rpm files to goreleaser

This commit is contained in:
Grzegorz Dlugoszewski
2020-06-30 14:11:21 +02:00
parent d0797ad9b7
commit 53c82514c7
2 changed files with 42 additions and 16 deletions

View File

@@ -34,9 +34,9 @@ archives:
- git-get
- git-list
replacements:
darwin: MacOS
linux: Linux
windows: Windows
darwin: macOS
linux: linux
windows: windows
386: i386
amd64: x86_64
format_overrides:
@@ -67,9 +67,21 @@ brews:
name: Grzegorz Dlugoszewski
email: git-get@grdl.dev
folder: Formula
homepage: "https://github.com/grdl/git-get/"
description: "Better way to clone, organize and manage multiple git repositories"
homepage: https://github.com/grdl/git-get/
description: Better way to clone, organize and manage multiple git repositories
test: |
system "git-get --version"
install: |
bin.install "git-get", "git-list"
bin.install "git-get", "git-list"
nfpms:
- license: MIT
maintainer: grdl
homepage: https://github.com/grdl/git-get
bindir: /usr/local/bin
dependencies:
- git
description: Better way to clone, organize and manage multiple git repositories
formats:
- deb
- rpm