Closed issue by ghost 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 version=1.0+rc1 _ver="${version/+/-}" revision=1 wrksrc="${pkgname}-${_ver}" build_style=meson build_helper=rust short_desc="A modern gtk feed-reader written in rust" hostmakedepends="pkg-config glib-devel cargo" makedepends="gtk+-devel webkit2gtk-devel libhandy-devel sqlite-devel gettext-devel libressl-devel rust-std" license="GPL-3.0-only" maintainer="******************************" homepage="https://gitlab.com/news-flash/news_flash_gtk" distfiles="${homepage}/-/archive/1.0-rc1/${pkgname}-${_ver}.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: