Skip to content

Commit

Permalink
mosh-git: add patch from mobile-shell/mosh#1167 to support cursor shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydjwg committed Sep 18, 2022
1 parent 3d86680 commit f14aacd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 8 additions & 2 deletions archlinuxcn/mosh-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,20 @@ makedepends=(git)
conflicts=(mosh)
provides=(mosh)
options=(!emptydirs)
source=("git+https://github.com/mobile-shell/mosh")
sha512sums=('SKIP')
source=("git+https://github.com/mobile-shell/mosh"
https://github.com/mobile-shell/mosh/pull/1167.patch)
sha512sums=('SKIP' 9cdc30c0c0d63a4ce72dfebbcc2b94d9cad8a139ac26f6df4d8e8ea082cef702ccc81204fd85de813eb66c3daad50dd84f5d3c450d667117ac12b8b22b160b8b)

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

prepare() {
cd "$srcdir/mosh"
patch -Np1 < ../1167.patch
}

build() {
cd "$srcdir/mosh"
./autogen.sh
Expand Down
2 changes: 2 additions & 0 deletions archlinuxcn/mosh-git/lilac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ update_on:
- source: github
github: mobile-shell/mosh
- alias: protobuf
- source: manual
manual: 1

0 comments on commit f14aacd

Please sign in to comment.