# Maintainer: grufo pkgname='notejot' pkgver='1.4.2' 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=('granite' 'gtk3' 'gtksourceview3' 'json-glib' 'libgee') makedepends=('meson') conflicts=('notejot-git') source=("https://github.com/lainsce/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('75f9320eea1e81f4b557d0458302d4116a5ba990c7f3015832aabb9e7cd56869') build() { cd "${srcdir}/${pkgname}-${pkgver}" meson build cd build meson configure -Dprefix=/usr } package() { cd "${srcdir}/${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}" ninja install }