mosh: needs perl-IO-Tty at runtime.
This commit is contained in:
parent
ffda7e4783
commit
bfe53567fb
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'mosh'
|
||||
pkgname=mosh
|
||||
version=1.1.3
|
||||
revision=1
|
||||
homepage="http://mosh.mit.edu/"
|
||||
distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -19,3 +20,5 @@ Add_dependency build pkg-config
|
|||
Add_dependency build protobuf-devel
|
||||
Add_dependency build boost-devel
|
||||
Add_dependency build libutempter-devel
|
||||
|
||||
Add_dependency full perl-IO-Tty
|
||||
|
|
Loading…
Reference in New Issue