blob: 137673f1149e10d8913f48da2cd18029dc07b5a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = editide
pkgdesc = Source-code editor with basic project support
pkgver = 4.0.2
pkgrel = 1
url = https://editide.frama.io
arch = x86_64
license = CC0-1.0 AND CC-BY-SA-3.0 AND LGPL-2.1-or-later
checkdepends = appstream
makedepends = git
makedepends = meson
makedepends = setconf
depends = gtk4
depends = gtksourceview5
depends = python-gobject
optdepends = ctags: For symbols
optdepends = git: For the git extension
optdepends = libadwaita: For the Adwaita theme and recoloring
optdepends = libspelling: For the spellchecking extension
source = git+https://framagit.org/editide/releases.git#tag=4.0.2
source = git+https://framagit.org/editide/editide.git
sha256sums = 068f57977ca35f6ff36763453570049361bf72579f59d03df44cf5094e9b55c2
sha256sums = SKIP
pkgname = editide
|