Skip to content

Commit f14aacd

Browse files
committed
mosh-git: add patch from mobile-shell/mosh#1167 to support cursor shapes
1 parent 3d86680 commit f14aacd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

archlinuxcn/mosh-git/PKGBUILD

+8-2
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ makedepends=(git)
1111
conflicts=(mosh)
1212
provides=(mosh)
1313
options=(!emptydirs)
14-
source=("git+https://github.com/mobile-shell/mosh")
15-
sha512sums=('SKIP')
14+
source=("git+https://github.com/mobile-shell/mosh"
15+
https://github.com/mobile-shell/mosh/pull/1167.patch)
16+
sha512sums=('SKIP' 9cdc30c0c0d63a4ce72dfebbcc2b94d9cad8a139ac26f6df4d8e8ea082cef702ccc81204fd85de813eb66c3daad50dd84f5d3c450d667117ac12b8b22b160b8b)
1617

1718
pkgver() {
1819
cd "$srcdir/mosh"
1920
git describe | sed -E 's/([^-]*-g)/r\1/;s/-/./g;s/^mosh\.//'
2021
}
2122

23+
prepare() {
24+
cd "$srcdir/mosh"
25+
patch -Np1 < ../1167.patch
26+
}
27+
2228
build() {
2329
cd "$srcdir/mosh"
2430
./autogen.sh

archlinuxcn/mosh-git/lilac.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ update_on:
44
- source: github
55
github: mobile-shell/mosh
66
- alias: protobuf
7+
- source: manual
8+
manual: 1

0 commit comments

Comments
 (0)