# Template file for 'tinyssh' pkgname=tinyssh version=20250501 revision=1 build_style=gnu-makefile make_dirs="/etc/tinyssh 0755 root root" make_use_env=yes make_check_target="test" depends="ucspi-tcp" short_desc="Minimalistic SSH server" maintainer="Leah Neukirchen " license="CC0-1.0 OR 0BSD OR MIT-0 OR MIT" homepage="https://tinyssh.org" distfiles="https://github.com/janmojzis/tinyssh/archive/${version}.tar.gz" checksum=f3ae622c765db4e0d791ea90a9feba39d7f693ef9cb949a797f7ad6b404a2d61 pre_build() { vsed -i -e 's:/sbin:/bin:' Makefile } post_install() { vsv tinysshd vlicense LICENCE.md }