From 2d2c598fa6bd1ecaf39c542182890c8dd9b1cad0 Mon Sep 17 00:00:00 2001 From: Oleg Lobanov Date: Wed, 3 Mar 2021 16:25:03 +0100 Subject: [PATCH] feat: add homebrew tap --- .goreleaser.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4220a338..01692936 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -127,4 +127,16 @@ docker_manifests: - "filebrowser/filebrowser:{{ .Major }}-amd64" - "filebrowser/filebrowser:{{ .Major }}-arm64" - "filebrowser/filebrowser:{{ .Major }}-armv6" - - "filebrowser/filebrowser:{{ .Major }}-armv7" \ No newline at end of file + - "filebrowser/filebrowser:{{ .Major }}-armv7" +brews: + - name: filebrowser + tap: + owner: filebrowser + name: homebrew-tap + folder: Formula + homepage: https://filebrowser.org + commit_author: + name: FileBrowser Robot + email: robot@filebrowser.org + description: File Browser is a create-your-own-cloud-kind of software where you can install it on a server, direct it to a path and then access your files through a nice web interface + license: "MIT" \ No newline at end of file