Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
build(aur): update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaro committed Nov 3, 2022
1 parent 9d46710 commit 7b79b13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ aurs:
license: "GPLv3"
private_key: "{{ .Env.AUR_KEY }}"
git_url: "ssh://[email protected]/devc-bin.git"
conflicts:
- "devc"
- "devc-bin"
- "devc-git"
optdepends:
- "docker: for docker backend"
- "docker-compose: for docker-compose backend"
package: |-
install -Dm755 -t "${pkgdir}/usr/bin/" "./devc"
install -Dm644 -t "${pkgdir}/usr/share/licenses/devc/" "./LICENSE"
Expand Down

0 comments on commit 7b79b13

Please sign in to comment.