blob: 517280a1e203ce390b7042fd1fb09ecc94c60efe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = peasy-git
pkgdesc = A plugin for Geany which allows to load other plugins written in Python or Lua (Git version)
pkgver = 0.8.r146.b3d43ff
pkgrel = 2
url = https://github.com/kugel-/peasy/
arch = x86_64
arch = i686
license = GPL3
makedepends = vala
depends = libpeas-lua51
depends = geany-gtk3-git
optdepends = python: support plugins written in Python
optdepends = lua51-lgi: support plugins written in Lua
provides = peasy
conflicts = peasy
source = peasy::git+https://github.com/kugel-/peasy.git
sha256sums = SKIP
pkgname = peasy-git
|