18 lines
647 B
Bash
18 lines
647 B
Bash
# Template file for 'kakoune'
|
|
pkgname=kakoune
|
|
version=0.0.20170920
|
|
revision=3
|
|
_commit="0da5cabbfe3009d9d29b0d2d28381b252aadbe40"
|
|
wrksrc="${pkgname}-${_commit}"
|
|
build_wrksrc="src"
|
|
build_style=gnu-makefile
|
|
make_build_args="debug=no"
|
|
make_install_args="debug=no"
|
|
hostmakedepends="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}.tar.gz"
|
|
checksum=d53c25a17295ad20879a189782db9c5c2af97e359ffb97343d2452babadf4038
|