19 lines
650 B
Bash
19 lines
650 B
Bash
# Template file for 'kakoune'
|
|
pkgname=kakoune
|
|
version=0.0.20170311
|
|
revision=2
|
|
_commit="b9317ba38c3e8f2bc4196705d65bbc8a8ef8dbf4"
|
|
wrksrc="${pkgname}-${_commit}"
|
|
build_wrksrc="src"
|
|
build_style=gnu-makefile
|
|
make_build_args="debug=no"
|
|
make_install_args="debug=no"
|
|
hostmakedepends="unzip asciidoc"
|
|
makedepends="boost-devel 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}.zip"
|
|
checksum=a867c61b1071268dfd27da5ed278a838a042c1add0416fe9384379543d9d630e
|