mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 05:37:01 +02:00
24 lines
614 B
Bash
24 lines
614 B
Bash
# Template file for 'tinyssh'
|
|
pkgname=tinyssh
|
|
version=20250201
|
|
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 <leah@vuxu.org>"
|
|
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=7eddb7ef4b4853cbba63d0834b2b347f01a2fb980fc50aa6c13a35c387930bfc
|
|
|
|
pre_build() {
|
|
vsed -i -e 's:/sbin:/bin:' Makefile
|
|
}
|
|
|
|
post_install() {
|
|
vsv tinysshd
|
|
vlicense LICENCE.md
|
|
}
|