Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: winget #17

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
shell: nix develop --command bash -e {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }}
WINGET_AUTH_TOKEN: ${{ secrets.WINGET_AUTH_TOKEN }}
49 changes: 27 additions & 22 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,27 +246,32 @@ snapcrafts:
write:
- $HOME/.config/chromium/NativeMessagingHosts

chocolateys:
- name: armaria
owners: Jonathan Hope
authors: Jonathan Hope
title: Armaria
project_url: https://github.com/JonathanHope/armaria
url_template: "https://github.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
icon_url: "https://github.com/JonathanHope/armaria/blob/main/art/cabinet-light-128.svg"
copyright: Jonathan Hope
license_url: https://github.com/JonathanHope/armaria/blob/main/LICENSE
require_license_acceptance: false
project_source_url: https://github.com/JonathanHope/armaria
docs_url: https://github.com/JonathanHope/armaria/blob/main/README.org
bug_tracker_url: https://github.com/JonathanHope/armaria/issues
tags: "bookmarks"
summary: Armaria is a fast, open, and local first bookmarks manager .
description: |
Armaria is a FOSS bookmarks manager that keeps all of your local bookmarks in a SQLite database. You can use many different frontends to manage your bookmarks including browsers, and back them up and/or sync them however you see fit.
release_notes: "https://github.com/JonathanHope/armaria/releases/tag/{{ .Tag }}"
source_repo: "https://push.chocolatey.org/"
winget:
- name: Armaria
publisher: Jonathan Hope
short_description: Armaria is a fast, open, and local first bookmarks manager.
license: "mit"
publisher_url: https://github.com/JonathanHope/armaria
publisher_support_url: https://github.com/JonathanHope/armaria/issues/new
package_identifier: Armaria.Armaria
ids:
- armaria-windows-archive
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}"
skip_publish: true
url_template: "https://githu1b.com/JonathanHope/armaria/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
path: manifests/a/Armaria/Armaria/{{ .Tag }}
commit_msg_template: "{{ .PackageIdentifier }}: {{ .Tag }}"
homepage: https://github.com/JonathanHope/armaria
description: Armaria is a FOSS bookmarks manager that keeps all of your local bookmarks in a SQLite database. You can use many different frontends to manage your bookmarks including browsers, and back them up and/or sync them however you see fit.
license_url: https://github.com/JonathanHope/armaria/blob/main/LICENSE
copyright: Jonathan Hope
release_notes: "{{.Changelog}}"
release_notes_url: "https://github.com/JonathanHope/armaria/releases/tag/{{ .Tag }}"
tags:
- bookmarks
commit_author:
name: Jonathan Hope
email: [email protected]
repository:
owner: JonathanHope
name: winget-pkgs
branch: "{{.ProjectName}}-{{.Tag}}"
token: "{{ .Env.WINGET_AUTH_TOKEN }}"