15 lines
602 B
Bash
15 lines
602 B
Bash
# Template file for 'diffuse'
|
|
pkgname=diffuse
|
|
version=0.9.0
|
|
revision=1
|
|
build_style=meson
|
|
hostmakedepends="gettext pkg-config glib-devel"
|
|
makedepends="python3-cairo-devel python3-gobject-devel"
|
|
depends="gtk+3 python3-gobject python3-cairo"
|
|
short_desc="Graphical tool for merging and comparing text files"
|
|
maintainer="Dakota Richline <drichline@protonmail.com>"
|
|
license="GPL-2.0-only, FSFAP"
|
|
homepage="https://github.com/MightyCreak/diffuse"
|
|
distfiles="https://github.com/MightyCreak/diffuse/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=aebda327e997105021720e8da7666c94ce20602dcbd67158114ae59d57950c69
|