# Maintainer: madmurphy # Contributor: Princeton Ferro # Contributor: PedroHLC pkgname='notejot' pkgver='3.3.3' pkgrel=1 pkgdesc='A stupidly-simple sticky notes application for any type of short term notes or ideas' arch=('i686' 'x86_64') url='https://github.com/lainsce/notejot' license=('GPL') depends=('gtk4' 'gtksourceview3' 'json-glib' 'libgee' 'libadwaita') makedepends=('meson' 'vala') conflicts=('notejot-git') source=("https://github.com/lainsce/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('9779f3fe31125e185d9d83584002c620336aeab483a39894f09a73138e8f1ee0') build() { cd "${srcdir}/${pkgname}-${pkgver}" meson build cd build meson configure -Dprefix=/usr } package() { cd "${srcdir}/${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}" ninja install }