New issue by martnnw on void-packages repository https://github.com/void-linux/void-packages/issues/24204 Description: I tried to prepare a template for this but didn't figure out how to get it working... so I opened this issue instead of a proper PR. Package: https://gitlab.com/news-flash/news_flash_gtk My attempt at a template: ```sh # Template file for news-flash-gtk pkgname=news_flash_gtk wrksrc="${pkgname}-1.0-rc1" version=1.0+rc1 revision=1 build_style=meson short_desc="A modern gtk feed-reader written in rust" hostmakedepends="rust" makedepends="gtk+-devel webkit2gtk-devel libhandy-devel sqlite-devel" license="GPL-3.0-or-later" maintainer="*******************************" homepage="https://gitlab.com/news-flash/news_flash_gtk" distfiles="${homepage}/-/archive/1.0-rc1/${pkgname}-1.0-rc1.tar.gz" checksum="9c5d65699c9aba582e0c7b453d28e5bf430f449b4e7369958970947164f99ccb" ``` I hope this proves to be useful (even though it is not working). Maybe I can learn a thing or two once this is packaged :smile: