Skip to content
Snippets Groups Projects
Unverified Commit 43eb0416 authored by Maxim Baz's avatar Maxim Baz
Browse files

upgpkg: 2024.05.18-1

parent 2a73df28
No related branches found
No related tags found
No related merge requests found
pkgbase = kakoune
pkgdesc = Multiple-selection, UNIX-flavored modal editor
pkgver = 2023.08.05
pkgver = 2024.05.18
pkgrel = 1
url = https://kakoune.org/
arch = x86_64
......@@ -14,7 +14,7 @@ pkgbase = kakoune
optdepends = tmux: split windows, spawn tabs
optdepends = xdotool: X11 window management
optdepends = xorg-xmessage: print detailed crash information in a separate window
source = https://github.com/mawww/kakoune/releases/download/v2023.08.05/kakoune-2023.08.05.tar.bz2
b2sums = bbedc16f361a242c4319a852c3b688186e1e2b204990aff8434ad8a169d4c62171d2d3424e3bf65a4b5b6b17e21205e84077198091687094f88235e27c544bbd
source = https://github.com/mawww/kakoune/releases/download/v2024.05.18/kakoune-2024.05.18.tar.bz2
b2sums = 3c551d1ccdccbfcc64e52d5e4b32e37f2d4f68188ac3aedd651bfc0af9324c458992eff79d37c2f5ec58135b0923aecfb8d1308be3d6878fe15c8b44fcbd6472
pkgname = kakoune
# Maintainer: Morten Linderud <foxboron@archlinux.org>
# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
# Maintainer: Maxim Baz <archlinux at maximbaz dot com>
# Contributor: Frank Lenormand <lenormf at gmail dot com>
pkgname=kakoune
pkgver=2023.08.05
pkgver=2024.05.18
pkgrel=1
pkgdesc="Multiple-selection, UNIX-flavored modal editor"
arch=("x86_64")
......@@ -20,20 +20,20 @@ optdepends=(
"xorg-xmessage: print detailed crash information in a separate window"
)
source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
b2sums=('bbedc16f361a242c4319a852c3b688186e1e2b204990aff8434ad8a169d4c62171d2d3424e3bf65a4b5b6b17e21205e84077198091687094f88235e27c544bbd')
b2sums=('3c551d1ccdccbfcc64e52d5e4b32e37f2d4f68188ac3aedd651bfc0af9324c458992eff79d37c2f5ec58135b0923aecfb8d1308be3d6878fe15c8b44fcbd6472')
build() {
cd "${pkgname}-${pkgver}/src"
cd "${pkgname}-${pkgver}"
make
}
check() {
cd "${pkgname}-${pkgver}/src"
cd "${pkgname}-${pkgver}"
make test
}
package() {
cd "${pkgname}-${pkgver}/src"
cd "${pkgname}-${pkgver}"
make install-strip DESTDIR="${pkgdir}" PREFIX=/usr libexecdir="${pkgdir}/usr/lib/kak"
install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -D UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment