Skip to content

Commit

Permalink
fix: update the goreleaser to update the project's info
Browse files Browse the repository at this point in the history
  • Loading branch information
alcb1310 authored and joshmedeski committed Sep 22, 2024
1 parent 7a65d19 commit aa0d203
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,19 @@ brews:
dependencies:
- tmux
- zoxide

aurs:
- name: sesh-bin
description: "Smart session manager for the terminal"
maintainers: "Josh Medeski"
license: "MIT"
git_url: "https://github.com/joshmedeski/sesh"
depends:
- zoxide
tmux
package: |-
# bin
install -Dm755 $_pkgname "$pkgdir/usr/bin/$_pkgname"
# license
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"

0 comments on commit aa0d203

Please sign in to comment.