forked from kkdai/youtube
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
38 lines (35 loc) · 814 Bytes
/
.goreleaser.yml
File metadata and controls
38 lines (35 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
project_name: youtubedr
env:
# Build without CGO to don't depend on specific glibc versions
- CGO_ENABLED=0
builds:
- main: ./cmd/youtubedr
binary: youtubedr
goos:
- windows
- darwin
- linux
- freebsd
goarch:
- amd64
- arm
- arm64
flags:
- -trimpath
snapcrafts:
- name_template: '{{ .ProjectName }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
summary: Youtube video downloader
description: Youtube video downloader written in Golang
publish: true
grade: stable
confinement: strict
license: MIT
base: core18
apps:
youtubedr:
plugs: ["home", "network", "dot-youtubedr-yaml"]
plugs:
dot-youtubedr-yaml:
interface: personal-files
read:
- $HOME/.youtubedr.yaml