Skip to content

Commit 1c87602

Browse files
committed
Update goreleaser to push to AUR
1 parent c748c13 commit 1c87602

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.goreleaser.yaml

+15-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,18 @@ nfpms:
3939
- rpm
4040
dependencies:
4141
- ufw
42-
43-
# modelines, feel free to remove those if you don't want/use them:
44-
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
45-
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
42+
aurs:
43+
-
44+
name: tufw-bin
45+
description: "Terminal UI for ufw"
46+
homepage: "https://github.com/peltho/tufw"
47+
maintainers:
48+
- "Thomas Pellegatta <[email protected]>"
49+
license: "MIT"
50+
git_url: "ssh://[email protected]/tufw-git.git"
51+
skip_upload: false
52+
depends:
53+
- ufw
54+
commit_author:
55+
name: goreleaserbot
56+

0 commit comments

Comments
 (0)