There is an updated pull request by Eloitor against master on the void-packages repository https://github.com/Eloitor/void-packages briss https://github.com/void-linux/void-packages/pull/44075 New package: briss-0.9 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**. For now it uses the precompiled distribution (the LanguageTool package does this too). It should be possible to compile it if someone knows how to handle the dependencies. #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) closes #37737 I attempted to compile from source: `distfiles="https://sourceforge.net/code-snapshots/svn/b/br/briss/code/briss-code-r75-briss.zip"` But some dependencies are missing and I don't know how to package it: ``` [ERROR] Failed to execute goal on project briss: Could not resolve dependencies for project at.laborg:briss:jar:0.9: The following artifacts could not be resolved: jpedal:jpedal:jar:4.74b27, jai:jai-imageio:jar:1.0, jai:jai-core:jar:1.0, jai:jai-codec:jar:1.0: Failure to find jpedal:jpedal:jar:4.74b27 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1] ``` A patch file from https://github.com/void-linux/void-packages/pull/44075.patch is attached