File: meson.build

package info (click to toggle)
malcontent 0.13.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,756 kB
  • sloc: ansic: 7,418; python: 418; xml: 377; sh: 36; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
# Python program
install_data('malcontent-client.py',
  install_dir: bindir,
  install_mode: 'rwxr-xr-x',
  rename: ['malcontent-client'],
)

# Documentation
install_man('docs/malcontent-client.8')

# TODO subdir('tests')