psykose 72105493a5 testing/diffuse: new aport
https://github.com/MightyCreak/diffuse
Graphical tool for comparing and merging text files
2022-12-31 11:37:11 +01:00

42 lines
883 B
Plaintext

# Maintainer: psykose <alice@ayaya.dev>
pkgname=diffuse
pkgver=0.7.7
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
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="
bf9576734ebd696252732b3b0ce6f1f18508a800520388459d9f27482a43251db879c2198c3a279bad9528afc08cf8e7f23a3253b58edad049db9b1c697fd6e0 diffuse-0.7.7.tar.gz
"