File: freebsd.yml

package info (click to toggle)
vis 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,388 kB
  • sloc: ansic: 22,372; sh: 950; makefile: 356; python: 47
file content (17 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
image: freebsd/latest
packages:
  - gmake
  - libtermkey
  - lua52
  - lua52-lpeg
  - pkgconf
sources:
  - https://github.com/martanne/vis
tasks:
  - build: |
      cd vis
      ./configure
      make
  - test: |
      cd vis
      gmake test