forked from golang/go
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnfpm.yaml
43 lines (42 loc) · 913 Bytes
/
nfpm.yaml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: golang-trout
arch: amd64
platform: linux
version: 1.23.alpha1+trout-1
section: default
priority: extra
maintainer: Trout Software <devit@trout.software>
description: |
The Go Programming Language.
.
Go is an open source programming language supported by Google
Easy to learn and get started with
Built-in concurrency and a robust standard library
Growing ecosystem of partners, communities, and tools
--
This is a package for easy dev installation
contents:
- src: bin
dst: /opt/go/bin
type: tree
- src: /opt/go/bin/go
dst: /usr/bin/go
type: symlink
- src: doc
dst: /opt/go/doc
type: tree
- src: lib
dst: /opt/go/lib
type: tree
- src: misc
dst: /opt/go/misc
type: tree
- src: pkg
dst: /opt/go/pkg
type: tree
- src: src
dst: /opt/go/src
type: tree
- src: VERSION
dst: /opt/go/VERSION
- src: go.env
dst: /opt/go/go.env