adsms/meson.build

12 lines
272 B
Meson
Raw Normal View History

2023-05-08 11:42:26 -07:00
project('adsms')
py = import('python').find_installation()
py.install_sources(
2023-05-08 15:17:06 -07:00
'adsms/__init__.py',
2023-05-09 11:17:47 -07:00
subdir: 'adsms',
2023-05-08 11:42:26 -07:00
)
install_data('run_adsms.py', install_dir: get_option('bindir'), rename: 'adsms')
2023-05-09 11:39:24 -07:00
install_data('adsms.service', install_dir: 'lib/systemd/system')