mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
mosh: cross compilation support; cleanups.
This commit is contained in:
parent
d56a19a777
commit
c3fdfde9ae
1 changed files with 5 additions and 10 deletions
|
@ -1,19 +1,14 @@
|
||||||
# Template file for 'mosh'
|
# Template file for 'mosh'
|
||||||
pkgname=mosh
|
pkgname=mosh
|
||||||
version=1.2.4
|
version=1.2.4
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config git"
|
hostmakedepends="pkg-config protobuf-devel"
|
||||||
makedepends="ncurses-devel protobuf-devel>=2.6 libutempter-devel libressl-devel perl-IO-Tty"
|
makedepends="ncurses-devel protobuf-devel>=2.6 libutempter-devel libressl-devel"
|
||||||
depends="perl-IO-Tty"
|
depends="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="http://mosh.mit.edu/mosh-${version}.tar.gz"
|
||||||
do_fetch() {
|
checksum=e74d0d323226046e402dd469a176075fc2013b69b0e67cea49762c957175df46
|
||||||
git clone -b mosh-${version} git://github.com/keithw/mosh mosh-${version}
|
|
||||||
}
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue