nixos-config/modules/wrapper-manager/sandboxing/bubblewrap/launcher/meson.build

14 lines
266 B
Meson

project('wrapper-manager-bubblewrap-launcher',
version: '0.1.0',
license: 'MIT',
meson_version: '>=0.54.0',
)
configure_file(
input: 'app.sh',
output: meson.project_name(),
install_dir: get_option('bindir'),
install_mode: 'rwxr-xr-x',
copy: true,
)