11 lines
214 B
Meson
11 lines
214 B
Meson
project('adsms')
|
|
|
|
py = import('python').find_installation()
|
|
|
|
py.install_sources(
|
|
'adsms/__init__.py',
|
|
'debian/adsms.service',
|
|
)
|
|
|
|
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')
|