Skip to content

Commit aa0d203

Browse files
alcb1310joshmedeski
authored andcommitted
fix: update the goreleaser to update the project's info
1 parent 7a65d19 commit aa0d203

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.goreleaser.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,19 @@ brews:
6262
dependencies:
6363
- tmux
6464
- 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

Comments
 (0)