@@ -125,15 +125,6 @@ scoops:
125125 name : goreleaserbot
126126127127 commit_msg_template : " Scoop update for {{ .ProjectName }} version {{ .Tag }}"
128- skip_upload : false
129-
130- # Local Scoop manifest (maintained in repo)
131- - name : emojify-go
132- directory : package/scoop
133- homepage : " https://github.com/damienbutt/emojify-go"
134- description : " Lightning-fast Go rewrite of emojify - convert emoji aliases to Unicode emojis"
135- license : MIT
136- skip_upload : true
137128
138129# Chocolatey package for Windows
139130chocolateys :
@@ -159,27 +150,6 @@ chocolateys:
159150 release_notes : " https://github.com/damienbutt/emojify-go/releases/tag/v{{ .Version }}"
160151 api_key : " {{ .Env.CHOCOLATEY_API_KEY }}"
161152 source_repo : " https://push.chocolatey.org/"
162- skip_publish : false
163-
164- # Local Chocolatey manifest (maintained in repo)
165- - name : emojify-go
166- title : Emojify-Go
167- directory : package/chocolatey
168- authors : Damien Butt
169- project_url : https://github.com/damienbutt/emojify-go
170- copyright : 2025 Damien Butt
171- license_url : https://github.com/damienbutt/emojify-go/blob/main/LICENSE
172- require_license_acceptance : false
173- project_source_url : https://github.com/damienbutt/emojify-go
174- docs_url : https://github.com/damienbutt/emojify-go/blob/main/README.md
175- bug_tracker_url : https://github.com/damienbutt/emojify-go/issues
176- tags : " emojify-go emoji cli golang unicode converter terminal shell productivity"
177- summary : " Lightning-fast Go rewrite of emojify - convert emoji aliases to Unicode emojis"
178- description : |
179- emojify-go is a lightning-fast, cross-platform command-line tool for bidirectional emoji conversion.
180- Convert between emoji aliases (:smile:) and Unicode emoji characters (😄) seamlessly.
181- This is a complete Go rewrite with 169.9x better performance.
182- skip_publish : true
183153
184154# WinGet package for Windows
185155winget :
0 commit comments