# $Id$ # Maintainer: Fernando Fernandez pkgname=pace pkgver=1.4.1 pkgrel=1 pkgdesc='A simple pacman.conf editor' arch=('x86_64') license=('GPL3') url='https://gitlab.com/tarmaciltur/pace' depends=('gtksourceview4') optdepends=('diffutils: diff preview support') makedepends=('meson' 'vala') source=("https://gitlab.com/tarmaciltur/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha256sums=('69af3b5f70c6f4d4fed96da2fe2365285171785025e34ff564965802be23bcde') build() { cd ${pkgname}-${pkgver} arch-meson . build --wrap-mode=nofallback ninja -C build } check () { cd ${pkgname}-${pkgver} ninja -C build test } package() { cd ${pkgname}-${pkgver} DESTDIR="$pkgdir" ninja -C build install }