File: example-lowercase.yaml

package info (click to toggle)
easygen 5.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 848 kB
  • sloc: sh: 14; makefile: 13
file content (11 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
v: 0
micros:
  name: go-app
  src: .
  engine: custom
  primary: true
  commands:
    - go build -o server
  include:
    - server
  run: ./server