diff options
author | Princeton Ferro | 2021-07-21 20:14:51 -0400 |
---|---|---|
committer | Princeton Ferro | 2021-07-21 20:16:15 -0400 |
commit | 808dd0047f4dac1bbc33f37601015126f513b10d (patch) | |
tree | 85951b5c9ecb02ba5322f2d320e1d8bff40e8b58 /.SRCINFO | |
download | aur-808dd0047f4dac1bbc33f37601015126f513b10d.tar.gz |
Add PKGBUILD for cambalache-git
Cambalache is a new RAD tool for Gtk 4 and 3 with a clear MVC design and
data model first philosophy. This translates to a wide feature coverage
with minimal/none developer intervention for basic support.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 000000000000..584ab4992900 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = cambalache-git + pkgdesc = A new RAD tool for Gtk 4 and 3 with a clear MVC design and data model first philosophy + pkgver = 0.6.0 + pkgrel = 1 + url = https://gitlab.gnome.org/jpu/cambalache + arch = any + license = GPL2 + makedepends = git + makedepends = meson>=0.50.0 + depends = python>=3 + depends = glib2 + depends = gtk3 + depends = python-lxml + provides = cambalache=0.6.0 + conflicts = cambalache + source = git+https://gitlab.gnome.org/jpu/cambalache.git + sha512sums = SKIP + +pkgname = cambalache-git |