diff --git a/srcpkgs/mosh/mosh.rshlibs b/srcpkgs/mosh/mosh.rshlibs new file mode 100644 index 00000000000..5b620654684 --- /dev/null +++ b/srcpkgs/mosh/mosh.rshlibs @@ -0,0 +1,11 @@ +libprotobuf.so.7 +libz.so.1 +libpthread.so.0 +libncursesw.so.6 +librt.so.1 +libstdc++.so.6 +libm.so.6 +libgcc_s.so.1 +libc.so.6 +libutil.so.1 +libutempter.so.0 diff --git a/srcpkgs/mosh/template b/srcpkgs/mosh/template new file mode 100644 index 00000000000..41581531c18 --- /dev/null +++ b/srcpkgs/mosh/template @@ -0,0 +1,21 @@ +# Template file for 'mosh' +pkgname=mosh +version=1.1.3 +homepage="http://mosh.mit.edu/" +distfiles="https://github.com/downloads/keithw/mosh/mosh-$version.tar.gz" +build_style=gnu-configure +short_desc="MObile SHell" +maintainer="Juan RP " +license="GPL-3" +checksum=53234667e53625791ca43ced1ec43834cbd86a019c67ce5e4bd65556113c6eee +long_desc=" + Remote terminal application that allows roaming, supports intermittent + connectivity, and provides intelligent local echo and line editing of user keystrokes. + + Mosh is a replacement for SSH. It's more robust and responsive, especially over + Wi-Fi, cellular, and long-distance links." + +Add_dependency build pkg-config +Add_dependency build protobuf-devel +Add_dependency build boost-devel +Add_dependency build libutempter-devel