b978655c07
* refactor: get version dynamically * chore: remove version * fixup: missing quotes * refactor: drop global VERSION * wip: updating ersion in publish * refactor: update publish.yaml with version changes * refactor: release.yaml with new version changes * refactor: update build.yaml with version changes * chore: update maintainer * fixup: update version in build-vscode * fixup: fix github env version * try macos only * try again * last resort * joe again * this oneee * fixup: this should work * try using inputs * docs: update release notes * fixup!: use env.VERSION in docker step * fixup!: comment get and set version * fixup!: remove compress release package comment * fixup!: use $VERSION in npm-version * refactor: set VERSION in build VS Code step * refactor: use 0.0.0 in package.json version * refactor: delete release-prep script * Update ci/build/build-vscode.sh * fixup!: remove extra VERSION set in aur
26 lines
625 B
YAML
26 lines
625 B
YAML
name: "code-server"
|
|
arch: "${NFPM_ARCH}"
|
|
platform: "linux"
|
|
version: "v${VERSION}"
|
|
section: "devel"
|
|
priority: "optional"
|
|
maintainer: "Joe Previte <joe@coder.com>"
|
|
description: |
|
|
Run VS Code in the browser.
|
|
vendor: "Coder"
|
|
homepage: "https://github.com/coder/code-server"
|
|
license: "MIT"
|
|
|
|
contents:
|
|
- src: ./ci/build/code-server-nfpm.sh
|
|
dst: /usr/bin/code-server
|
|
|
|
- src: ./ci/build/code-server@.service
|
|
dst: /usr/lib/systemd/system/code-server@.service
|
|
|
|
- src: ./ci/build/code-server-user.service
|
|
dst: /usr/lib/systemd/user/code-server.service
|
|
|
|
- src: ./release-standalone/*
|
|
dst: /usr/lib/code-server/
|