# Maintainer: Jakub Skrzypnik pkgname=kakoune pkgver=2019.12.10 pkgrel=0 pkgdesc="Code editor heavily inspired by Vim, but with less keystrokes" url="http://kakoune.org" arch="all" license="Unlicense" makedepends="ncurses-dev asciidoc" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/mawww/kakoune/archive/v$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/src" build() { make debug=no } check() { make check } package() { make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install } sha512sums="9ed866a27f1dbbab701dcb7412450c4dd8c20cafebaedda351a0b67b9489b1ad8de82fa527b357a55aab86b0dc3e2b435f7d6177fd056331f5576ddb7befbd15 kakoune-2019.12.10.tar.gz"