release on aur
This commit is contained in:
parent
e383837477
commit
9a543742e9
1 changed files with 11 additions and 0 deletions
|
@ -52,3 +52,14 @@ changelog:
|
||||||
exclude:
|
exclude:
|
||||||
- '^docs:'
|
- '^docs:'
|
||||||
- '^test:'
|
- '^test:'
|
||||||
|
|
||||||
|
aurs:
|
||||||
|
- name: ficsit-cli-bin
|
||||||
|
homepage: https://github.com/Vilsol/ficsit-cli
|
||||||
|
maintainers:
|
||||||
|
- 'Vilsol <me at vil dot so>'
|
||||||
|
license: GPL3
|
||||||
|
private_key: '{{ .Env.AUR_KEY }}'
|
||||||
|
git_url: 'ssh://aur@aur.archlinux.org/ficsit-cli-bin.git'
|
||||||
|
package: |
|
||||||
|
install -Dm755 "./${pkgname}_${pkgver}_${CARCH}.binary" "${pkgdir}/usr/bin/ficsit"
|
Loading…
Reference in a new issue