aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kakoune/APKBUILD
blob: 64d3b496079a7d124cb3a351ebd8a279f6bdd94a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Jakub Skrzypnik <j.skrzypnik@openmailbox.org>
_commit="baf3d82b3412b9aa0b98febf114baf7f16439994"
pkgname=kakoune
pkgver=0_git20171229
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="https://github.com/mawww/kakoune/archive/${_commit}.zip"

builddir="$srcdir/$pkgname-${_commit}/src"
build() {
	cd "$builddir"
	make debug=no || return 1
}

package() {
	cd "$builddir"
	make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install || return 1
}

sha512sums="76b2db08630706b134f1688ae258a64552bc8b0c426a845c83e5abdc0413902675f9c1150ae1e2ed272ca3ac6f271bedd1ce75137267c1f0d2ab0a80c11472ca  baf3d82b3412b9aa0b98febf114baf7f16439994.zip"