kakoune: update to 0.0.20180301
This commit is contained in:
parent
ed33f3a4eb
commit
30f38838be
1 changed files with 6 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
|||
# Template file for 'kakoune'
|
||||
pkgname=kakoune
|
||||
version=0.0.20170920
|
||||
revision=3
|
||||
_commit="0da5cabbfe3009d9d29b0d2d28381b252aadbe40"
|
||||
version=0.0.2018301
|
||||
revision=1
|
||||
_commit="7a54c0edfe36a0a3fb428cfee211a3f87cf4f7a2"
|
||||
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"
|
||||
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=d53c25a17295ad20879a189782db9c5c2af97e359ffb97343d2452babadf4038
|
||||
checksum=8ac43c15b696360d99d7f65a14c649d078b465de445812c0168eef09f20e8edd
|
||||
|
|
Loading…
Reference in a new issue