1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
7 pkgdesc='The Pantheon Text Editor'
9 url=https://github.com/elementary/code
38 'gtkspell3: Spell Check plugin'
39 'libsoup: Pastebin plugin'
40 'vala: Outline plugin'
41 'vte3: Terminal plugin'
42 'webkit2gtk: Browser Preview plugin'
44 _tag=789487b06acc31aa62527176a79fbd5b56632424
45 source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${_tag})
54 arch-meson pantheon-code build
55 meson compile -C build
59 meson install -C build --destdir "${pkgdir}"
62 # vim:set ts=2 sw=2 et: