20 lines
741 B
Bash
20 lines
741 B
Bash
# Template file for 'mosh'
|
|
pkgname=mosh
|
|
version=1.4.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="perl pkg-config protobuf"
|
|
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel"
|
|
depends="perl-IO-Tty"
|
|
short_desc="Mobile shell, remote terminal application that allows roaming"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://mosh.org/"
|
|
distfiles="https://github.com/mobile-shell/mosh/releases/download/mosh-${version}/mosh-${version}.tar.gz"
|
|
checksum=872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd
|
|
|
|
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
|
|
}
|