[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Nov 9 18:16:43 UTC 2021
Date: Tuesday, November 9, 2021 @ 18:16:42
Author: foxboron
Revision: 1039388
archrelease: copy trunk to community-x86_64
Added:
kakoune/repos/community-x86_64/PKGBUILD
(from rev 1039387, kakoune/trunk/PKGBUILD)
Deleted:
kakoune/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-09 18:16:36 UTC (rev 1039387)
+++ PKGBUILD 2021-11-09 18:16:42 UTC (rev 1039388)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Frank Lenormand <lenormf at gmail dot com>
-pkgname=kakoune
-pkgver=2021.10.28
-pkgrel=1
-pkgdesc="Multiple-selection, UNIX-flavored modal editor"
-arch=("x86_64")
-url="https://kakoune.org/"
-license=("custom:unlicense")
-depends=("gcc-libs")
-optdepends=(
- "aspell: spell check, correct text"
- "clang: error reporting and diagnostics, completion"
- "editorconfig-core-c: set formatting options project-wide"
- "git: display and cycle through hunks, blame lines, handle file status"
- "kak-lsp: Language Server Protocol (LSP) client"
- "tmux: split windows, spawn tabs"
- "xdotool: X11 window management"
- "xorg-xmessage: print detailed crash information in a separate window"
-)
-source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
-sha256sums=('2f4c93871dc31f6281712281a7119928b1d6d6f300dded84b2d3ce0ab27f2126')
-
-build() {
- cd "${pkgname}-${pkgver}/src"
- make
-}
-
-check() {
- cd "${pkgname}-${pkgver}/src"
- make test
-}
-
-package() {
- cd "${pkgname}-${pkgver}/src"
- make install-strip DESTDIR="${pkgdir}" PREFIX=/usr libexecdir="${pkgdir}/usr/lib/kak"
- install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 1039387, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-09 18:16:42 UTC (rev 1039388)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Frank Lenormand <lenormf at gmail dot com>
+pkgname=kakoune
+pkgver=2021.11.08
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
+arch=("x86_64")
+url="https://kakoune.org/"
+license=("custom:unlicense")
+depends=("gcc-libs")
+optdepends=(
+ "aspell: spell check, correct text"
+ "clang: error reporting and diagnostics, completion"
+ "editorconfig-core-c: set formatting options project-wide"
+ "git: display and cycle through hunks, blame lines, handle file status"
+ "kak-lsp: Language Server Protocol (LSP) client"
+ "tmux: split windows, spawn tabs"
+ "xdotool: X11 window management"
+ "xorg-xmessage: print detailed crash information in a separate window"
+)
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
+sha256sums=('aa30889d9da11331a243a8f40fe4f6a8619321b19217debac8f565e06eddb5f4')
+
+build() {
+ cd "${pkgname}-${pkgver}/src"
+ make
+}
+
+check() {
+ cd "${pkgname}-${pkgver}/src"
+ make test
+}
+
+package() {
+ cd "${pkgname}-${pkgver}/src"
+ make install-strip DESTDIR="${pkgdir}" PREFIX=/usr libexecdir="${pkgdir}/usr/lib/kak"
+ install -D ../UNLICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list