File: meson.build

package info (click to toggle)
game-data-packager 73
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 23,420 kB
  • sloc: python: 11,086; sh: 609; makefile: 59
file content (23 lines) | stat: -rw-r--r-- 409 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2022 Simon McVittie
# SPDX-License-Identifier: FSFAP

install_data(
  '__init__.py',
  'build.py',
  'command_line.py',
  'config.py',
  'data.py',
  'download.py',
  'game.py',
  'gog.py',
  'make_template.py',
  'paths.py',
  'steam.py',
  'util.py',
  # version.py deliberately excluded
  install_dir : pkgdatadir / 'game_data_packager',
)

subdir('games')
subdir('packaging')
subdir('unpack')