void-packages/srcpkgs/mosh/template
2020-07-03 22:47:24 +02:00

20 lines
687 B
Bash

# Template file for 'mosh'
pkgname=mosh
version=1.3.2
revision=17
build_style=gnu-configure
hostmakedepends="pkg-config protobuf"
makedepends="ncurses-devel protobuf-devel libutempter-devel libressl-devel"
depends="perl-IO-Tty"
short_desc="Mobile shell, remote terminal application that allows roaming"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://mosh.org/"
distfiles="https://mosh.org/mosh-${version}.tar.gz"
checksum=da600573dfa827d88ce114e0fed30210689381bbdcff543c931e4d6a2e851216
pre_configure() {
# make local.test always succeed. It fails due to missing X server in chroot.
printf "%s\n" "#!/bin/sh" ":" > src/tests/local.test
}