New comment by FollieHiyuki on void-packages repository https://github.com/void-linux/void-packages/issues/27180#issuecomment-748638295 Comment: I have a template here if anyone wants to package it (I don't use IRC). Haven't tested. The `tls-native` feature is still missing though. ``` # Template file for 'tiny' pkgname=tiny version=0.8.0 revision=1 build_style=cargo configure_args="--features=desktop-notifications" hostmakedepends="dbus-libs" makedepends="libressl-devel" short_desc="Tiny terminal IRC client" maintainer="" license="MIT" homepage="https://github.com/osa1/tiny" distfiles="https://github.com/osa1/tiny/archive/v${version}.tar.gz" checksum=acaf0b7c3515bdfd0c80b4a7274aec44d283025c6e40508e450525167f73e447 post_install() { vlicense LICENSE } ```