mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kakoune: update to 2024.05.18.
This commit is contained in:
parent
0e6e926d91
commit
4967e48218
1 changed files with 2 additions and 4 deletions
|
@ -1,20 +1,18 @@
|
||||||
# Template file for 'kakoune'
|
# Template file for 'kakoune'
|
||||||
pkgname=kakoune
|
pkgname=kakoune
|
||||||
reverts=20180409_1
|
reverts=20180409_1
|
||||||
version=2023.08.05
|
version=2024.05.18
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="src"
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="debug=no gzip_man=no"
|
make_build_args="debug=no gzip_man=no"
|
||||||
make_install_args="debug=no gzip_man=no"
|
make_install_args="debug=no gzip_man=no"
|
||||||
make_use_env=yes
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
short_desc="Selection-based vim-like editor with less keystrokes"
|
short_desc="Selection-based vim-like editor with less keystrokes"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://kakoune.org"
|
homepage="https://kakoune.org"
|
||||||
distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2"
|
distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2"
|
||||||
checksum=3e45151e0addd3500de2d6a29b5aacf2267c42bb256d44a782e73defb29cda5c
|
checksum=dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
vsed -i -e 's/-O3//' Makefile
|
vsed -i -e 's/-O3//' Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue