19 lines
646 B
Bash
19 lines
646 B
Bash
# Template file for 'kakoune'
|
|
pkgname=kakoune
|
|
version=0.0.20180317
|
|
revision=1
|
|
_commit="7ba4ef897bbc7e6c7b65ccf01f4085ed86cd04d6"
|
|
wrksrc="${pkgname}-${_commit}"
|
|
build_wrksrc="src"
|
|
build_style=gnu-makefile
|
|
make_build_args="debug=no"
|
|
make_install_args="debug=no"
|
|
hostmakedepends="pkg-config asciidoc"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Selection-based vim-like editor with less keystrokes"
|
|
maintainer="Jakub Skrzypnik <j.skrzypnik@openmailbox.org>"
|
|
license="UNLICENSE"
|
|
homepage="http://kakoune.org"
|
|
distfiles="https://github.com/mawww/kakoune/archive/${_commit}.tar.gz"
|
|
checksum=7b369499b04b3c5f91283b5baf6b2c36948f8392b04cec809e1e5b81c04463ef
|