Skip to content
Merged
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
19 changes: 19 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,22 @@ brews:
name: homebrew
dependencies:
- name: "libops/homebrew/sitectl"
nfpms:
- id: sitectl-drupal
package_name: sitectl-drupal
file_name_template: "{{ .ConventionalFileName }}"
vendor: libops
homepage: "https://github.com/libops/sitectl-drupal"
description: "A sitectl plugin for drupal websites"
maintainer: "Joe Corall <joe@libops.io>"
license: "MIT"
formats:
- apk
- deb
- rpm
mtime: "{{ .CommitDate }}"
builds:
- sitectl-drupal
dependencies:
- sitectl

Loading