Write.as GTK desktop app https://write.as/apps/desktop
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

10 řádky
246 B

  1. executable('com.github.writeas.writeas-gtk',
  2. 'application.vala',
  3. 'window.vala',
  4. c_args: ['-include', 'config.h'],
  5. link_args: '-lm',
  6. dependencies: [dependency('gtk+-3.0'), dependency('gtksourceview-3.0')],
  7. install: true
  8. )