Skip to content

Commit 26b0bfb

Browse files
jneidelmk-5
authored andcommitted
build: Create AUR package with goreleaser
1 parent 2cb9acd commit 26b0bfb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.goreleaser.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,20 @@ chocolateys:
134134
api_key: '{{ .Env.CHOCOLATEY_API_KEY }}'
135135
source_repo: "https://push.chocolatey.org/"
136136
goamd64: v1
137+
138+
aurs:
139+
- name: fjira
140+
homepage: https://github.com/mk-5/fjira
141+
description: Fjira - the fuzziest Jira command line tool in the world
142+
maintainers:
143+
- 'Mateusz Kulawik <[email protected]>'
144+
- 'Jonathan Neidel <aur at jneidel dot com>'
145+
license: 'AGPL3'
146+
private_key: '{{ .Env.AUR_KEY }}'
147+
git_url: 'ssh://[email protected]/fjira.git'
148+
package: |-
149+
install -Dm755 "./fjira" "${pkgdir}/usr/bin/fjira"
150+
137151
checksum:
138152
name_template: 'checksums.txt'
139153
snapshot:

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ latest release version.
5353
sudo dpkg -i fjira_0.4.0_linux_amd64.deb
5454
```
5555

56+
#### AUR
57+
58+
```sh
59+
yay -S fjira
60+
```
61+
5662
#### Binary
5763

5864
```shell
@@ -200,7 +206,7 @@ fjira filters
200206
## Roadmap (TODO)
201207

202208
- Expand Documentation
203-
- Create&Delete Jira Filters
209+
- Create&Delete Jira Filters
204210
- Support Additional Linux Package Managers (Apt, AUR, YUM)
205211
- Introduce More Jira Features
206212

0 commit comments

Comments
 (0)