New comment by Anachron on void-packages repository https://github.com/void-linux/void-packages/issues/4376#issuecomment-558084452 Comment: WIP: ```bash # Template file for 'slant' pkgname=slant version=0.0.21 revision=1 build_style=gnu-configure makedepends="ksql openradtool" short_desc="ISC" maintainer="Anachron " license="GPL-3.0-or-later" homepage="https://kristaps.bsd.lv/slant" distfiles="https://kristaps.bsd.lv/slant/snapshots/slant-${version}.tar.gz" checksum=69733d8b1cae1b6144a8a8f3e40615fee687512039f8fcc88b1bca73bf42ab08 pre_build() { ./configure } ```