void-packages/srcpkgs/kakoune/template

20 lines
616 B
Bash

# Template file for 'kakoune'
pkgname=kakoune
reverts=20180409_1
version=2024.05.18
revision=1
build_style=gnu-makefile
make_build_args="debug=no gzip_man=no"
make_install_args="debug=no gzip_man=no"
hostmakedepends="pkg-config"
short_desc="Selection-based vim-like editor with less keystrokes"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Unlicense"
homepage="https://kakoune.org"
distfiles="https://github.com/mawww/kakoune/releases/download/v${version}/kakoune-${version}.tar.bz2"
checksum=dae8ac2e61d21d9bcd10145aa70b421234309a7b0bc57fad91bc34dbae0cb9fa
post_patch() {
vsed -i -e 's/-O3//' Makefile
}