homebrew
This commit is contained in:
parent
08f83d4946
commit
c694b55e91
@ -61,6 +61,8 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
GITEA_TOKEN:
|
GITEA_TOKEN:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
HOMEBREW_TAP_GITHUB_TOKEN:
|
||||||
|
from_secret: homebrew_tap_github_token
|
||||||
commands:
|
commands:
|
||||||
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
|
- (cd /tmp; go get -u github.com/go-bindata/go-bindata/...)
|
||||||
- goreleaser release --rm-dist --parallelism=1
|
- goreleaser release --rm-dist --parallelism=1
|
||||||
|
@ -144,3 +144,16 @@ nfpms:
|
|||||||
386: i386
|
386: i386
|
||||||
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
|
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
|
||||||
maintainer: Marvin Preuss <marvin@xsteadfastx.org>
|
maintainer: Marvin Preuss <marvin@xsteadfastx.org>
|
||||||
|
|
||||||
|
brews:
|
||||||
|
- name: wg-quicker
|
||||||
|
github:
|
||||||
|
owner: xsteadfastx
|
||||||
|
name: homebrew-tap
|
||||||
|
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||||
|
commit_author:
|
||||||
|
name: Marvin Preuss
|
||||||
|
email: marvin@xsteadfastx.org
|
||||||
|
homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker
|
||||||
|
test: |
|
||||||
|
system "#{bin}/wg-quicker version"
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 Neven Miculinic
|
Copyright (c) 2020 Marvin Preuss
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user