diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-04-01 22:41:48 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-04-01 22:41:48 +1000 |
| commit | d3da7ae088150bb6f57bb6fe147636629809da56 (patch) | |
| tree | 22c1ce9311ce3c2afd691714b65276be352437bb /.goreleaser.yml | |
| parent | 4e203eb773d83e8c0c7cbcdf1c98b9e3b57e4bcb (diff) | |
Add brew config for goreleaser
Diffstat (limited to '.goreleaser.yml')
| -rw-r--r-- | .goreleaser.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml index e0f3afd..f0d0445 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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" |
