We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a65d19 commit aa0d203Copy full SHA for aa0d203
.goreleaser.yaml
@@ -62,3 +62,19 @@ brews:
62
dependencies:
63
- tmux
64
- zoxide
65
+
66
+aurs:
67
+ - name: sesh-bin
68
+ description: "Smart session manager for the terminal"
69
+ maintainers: "Josh Medeski"
70
+ license: "MIT"
71
+ git_url: "https://github.com/joshmedeski/sesh"
72
+ depends:
73
+ - zoxide
74
+ tmux
75
+ package: |-
76
+ # bin
77
+ install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
78
79
+ # license
80
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
0 commit comments