summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml12
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"