# Maintainer: max.bra pkgname=desktopfolder pkgver=1.0.9 pkgrel=1 pkgdesc='Organize your desktop with panels that hold your things.' arch=('i686' 'x86_64') url='https://github.com/spheras/desktopfolder' license=('GPL3') depends=('libwnck3' 'gtksourceview3') makedepends=('meson' 'ninja' 'vala') source=("https://github.com/spheras/${pkgname}/archive/v${pkgver}.tar.gz") sha256sums=('2e878b6d0ba92faab33a34a07b1f80548b009538938f7a0cbc8ac5468c75905b') build() { cd ${pkgname}-${pkgver} meson build --prefix=/usr cd build meson configure ninja } package() { cd ${pkgname}-${pkgver} DESTDIR="${pkgdir}" ninja -C build install }