Closed issue by biopsin on void-packages repository https://github.com/void-linux/void-packages/issues/18994 Description: [Batch Image Manipulation Plugin for GIMP](https://alessandrofrancesconi.it/projects/bimp/) Suggested template + missing bimp-locale. (gimp in hostmake needed for running gimptool) ``` # Template file for 'bimp' pkgname=bimp version=2.4 revision=1 build_style=gnu-makefile wrksrc="gimp-plugin-bimp-${version}" hostmakedepends="automake pkg-config which gimp" makedepends="gimp-devel lcms2-devel" short_desc="Batch Image Manipulation Plugin for GIMP" maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://alessandrofrancesconi.it/projects/bimp/" distfiles="https://github.com/alessandrofrancesconi/gimp-plugin-bimp/archive/v${version}.tar.gz" checksum=4fb9db8c86679fe6240802bd20c060237d48e07d463c136b4bae99c6793a5508 do_install(){ vinstall ${wrksrc}/bin/bimp 755 "usr/lib/gimp/2.0/plug-ins" } ``` Tested so far on x86_64 and Gimp 2.10.20. EDIT: still waiting on 3 important upstream patches