mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
mosh: update to 1.2.4.
This commit is contained in:
parent
bc75b3baf2
commit
c82d6442e8
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mosh'
|
# Template file for 'mosh'
|
||||||
pkgname=mosh
|
pkgname=mosh
|
||||||
version=1.2.3
|
version=1.2.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="ncurses-devel protobuf-devel libutempter-devel openssl-devel perl-IO-Tty"
|
makedepends="ncurses-devel protobuf-devel>=2.5.0 libutempter-devel openssl-devel perl-IO-Tty"
|
||||||
short_desc="MObile SHell"
|
short_desc="MObile SHell"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://mosh.mit.edu/"
|
homepage="http://mosh.mit.edu/"
|
||||||
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
|
distfiles="http://mosh.mit.edu/mosh-${version}.tar.gz"
|
||||||
checksum=93f09fda77e57f05485a61f3ac679bf9f3f359a9b0b93c216ddd53cd124a768f
|
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
|
||||||
long_desc="
|
long_desc="
|
||||||
Remote terminal application that allows roaming, supports intermittent
|
Remote terminal application that allows roaming, supports intermittent
|
||||||
connectivity, and provides intelligent local echo and line editing of user keystrokes.
|
connectivity, and provides intelligent local echo and line editing of user keystrokes.
|
||||||
|
@ -21,6 +21,6 @@ long_desc="
|
||||||
mosh_package() {
|
mosh_package() {
|
||||||
depends="perl-IO-Tty"
|
depends="perl-IO-Tty"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue