Add brew config for goreleaser
This commit is contained in:
parent
4e203eb773
commit
d3da7ae088
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
|||
---
|
||||
brews:
|
||||
-
|
||||
github:
|
||||
owner: prologic
|
||||
name: homebrew-tap
|
||||
homepage: "https://github.io/prologic/tube"
|
||||
description: |
|
||||
tube is a Youtube-like (without censorship and features you don't need!)
|
||||
Video Sharing App written in Go which also supports automatic
|
||||
transcoding to MP4 H.265 AAC, multiple collections and RSS feed.
|
||||
dependencies:
|
||||
- ffmpeg
|
||||
builds:
|
||||
-
|
||||
flags: -tags "static_build"
|
||||
|
|
Loading…
Reference in a new issue