2023-04-16 19:49:18 +02:00

43 lines
896 B
Plaintext

# Maintainer: psykose <alice@ayaya.dev>
pkgname=diffuse
pkgver=0.8.2
pkgrel=0
pkgdesc="Graphical tool for comparing and merging text files"
url="https://github.com/MightyCreak/diffuse"
arch="noarch"
license="GPL-2.0-or-later"
depends="
cairo
gdk-pixbuf
gtk+3.0
pango
py3-gobject3
python3
"
makedepends="
appstream-glib
desktop-file-utils
gettext-dev
gtk+3.0-dev
meson
"
subpackages="$pkgname-lang $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/MightyCreak/diffuse/archive/refs/tags/v$pkgver.tar.gz"
build() {
abuild-meson . output
meson compile -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
c2a5c1cac435bc0879fc6e6f10bcf10bd8e58e4a2cb603a4e1435c411b3d66373424680d1a41296d38c249e659aa53e67c8783eb26a3d02a42ef5c7e7fa1e245 diffuse-0.8.2.tar.gz
"