aboutsummaryrefslogtreecommitdiffstats
path: root/examples/build-manifest
blob: d0c0e56f03d4c08e69810eb94f6cb84d920b0438 (plain)
1
2
3
4
5
6
7
8
9
((packages
  . #("nginx"))
 (files
  . #("nginx.conf"))
 (build-commands
  . #("sysrc nginx_enable=YES"))
 (start-command
  . "nginx -c nginx.conf"))