Skip to content

Commit

Permalink
feat(ci): add scoop package
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Oct 13, 2022
1 parent dfd1c24 commit eab073d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,18 @@ aurs:
# man pages
install -Dm644 "./manpages/{{ .ProjectName }}.1.gz" "${pkgdir}/usr/share/man/man1/{{ .ProjectName }}.1.gz"
scoop:
bucket:
owner: aymanbagabas
name: scoop-bucket
token: "{{ .Env.SCOOP_TAP_GITHUB_TOKEN }}"
commit_author:
name: 'Ayman Bagabas'
email: 'ayman.bagabas@gmail.com'
homepage: 'https://github.com/aymanbagabas/shcopy'
description: 'Copy text to clipboard from anywhere using ANSI OSC 52 sequence'
license: MIT

checksum:
name_template: 'checksums.txt'

Expand Down

0 comments on commit eab073d

Please sign in to comment.