meson.build (713B)
1 typst_folders = [ 2 '_cover_', 3 'accept-tos', 4 'challenger-postal', 5 'challenger-sms', 6 'generic_note', 7 'generic_upload', 8 'vqf_902_1', 9 'vqf_902_1_customer', 10 'vqf_902_1_officer', 11 'vqf_902_4', 12 'vqf_902_5', 13 'vqf_902_9', 14 'vqf_902_9_customer', 15 'vqf_902_9_officer', 16 'vqf_902_11', 17 'vqf_902_11_customer', 18 'vqf_902_11_officer', 19 'vqf_902_12', 20 'vqf_902_13', 21 'vqf_902_14', 22 'vqf_902_15', 23 ] 24 25 foreach f : typst_folders 26 install_data( 27 f / '@0@.typ'.format(f), 28 f / 'typst.toml', 29 install_dir: get_option('datadir') / 'taler-exchange' / 'typst' / 'packages' / 'taler-exchange' / f / '0.0.0', 30 ) 31 endforeach 32 33 subdir('common')