mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
856f0ab6f5
* chore: Improve project-wide prettier formatting and ignored files * chore: `Run make fmt/prettier` * Fix gitignore for `.vscode` folder so that ! works * Add comment in `.prettierrc.yaml` to explain `.editorconfig` * Remove scripts/apidocgen/markdown-template/README.md * Use `yq` for processing prettierrc, update lib.sh dependency check * Add `yq` to Dockerfile and Nix
28 lines
552 B
YAML
28 lines
552 B
YAML
name: coder
|
|
platform: linux
|
|
arch: "${GOARCH}"
|
|
version: "${CODER_VERSION}"
|
|
version_schema: semver
|
|
release: 1
|
|
|
|
vendor: Coder
|
|
homepage: https://coder.com
|
|
maintainer: Coder <support@coder.com>
|
|
description: |
|
|
Provision development environments with infrastructure with code
|
|
license: AGPL-3.0
|
|
suggests:
|
|
- postgresql
|
|
|
|
scripts:
|
|
preinstall: preinstall.sh
|
|
|
|
contents:
|
|
- src: coder
|
|
dst: /usr/bin/coder
|
|
- src: coder.env
|
|
dst: /etc/coder.d/coder.env
|
|
type: "config|noreplace"
|
|
- src: coder.service
|
|
dst: /usr/lib/systemd/system/coder.service
|