File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ contour
Original file line number Diff line number Diff line change 11# Template file for 'contour'
22pkgname=contour
33version=0.4.3.6442
4- revision=2
4+ revision=3
55build_style=cmake
66build_helper=" qemu"
77configure_args=" -DCONTOUR_QT_VERSION=6 -DCONTOUR_TESTING=OFF
@@ -19,11 +19,17 @@ license="Apache-2.0"
1919homepage=" http://contour-terminal.org/"
2020distfiles=" https://github.com/contour-terminal/contour/archive/refs/tags/v${version} .tar.gz"
2121checksum=859910a5330d9dcf628dfcb6f767807dbdaf187e550ac67966c1e8a713c1567e
22- replaces=" contour-shell-integration>=0"
2322
2423contour-terminfo_package () {
2524 short_desc+=" - terminfo data"
2625 pkg_install () {
2726 vmove usr/share/terminfo
2827 }
2928}
29+
30+ contour-shell-integration_package () {
31+ short_desc+=" - shell integration scripts"
32+ pkg_install () {
33+ vmove usr/share/contour/shell-integration
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments