-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnfpm.yaml
More file actions
28 lines (24 loc) · 675 Bytes
/
nfpm.yaml
File metadata and controls
28 lines (24 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# yaml-language-server: $schema=https://nfpm.goreleaser.com/static/schema.json
name: php-matrix
arch: ${ARCH}
version: ${VERSION}
maintainer: "Typist Tech Limited <opensource+${NAME}@typist.tech>"
description: |
List PHP versions that satisfy the required PHP constraint in composer.json.
homepage: "https://github.com/typisttech/${NAME}"
license: MIT
section: utils
contents:
- src: ${DIST_DIR}/${NAME}
dst: /usr/bin/${NAME}
expand: true
file_info:
mode: 0755
- src: ./LICENSE
dst: /usr/share/doc/${NAME}/copyright
file_info:
mode: 0644
- src: ./README.md
dst: /usr/share/doc/${NAME}/README.md
file_info:
mode: 0644