void-packages/srcpkgs/kakoune/template
2021-10-28 23:54:51 -03:00

21 lines
666 B
Bash

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