[arch-commits] Commit in kakoune/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxim Baz maximbaz at gemini.archlinux.org
Fri Oct 29 23:05:05 UTC 2021


    Date: Friday, October 29, 2021 @ 23:05:05
  Author: maximbaz
Revision: 1034932

archrelease: copy trunk to community-x86_64

Added:
  kakoune/repos/community-x86_64/PKGBUILD
    (from rev 1034931, kakoune/trunk/PKGBUILD)
Deleted:
  kakoune/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-29 23:05:01 UTC (rev 1034931)
+++ PKGBUILD	2021-10-29 23:05:05 UTC (rev 1034932)
@@ -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.08.28
-pkgrel=2
-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=('6f6ed7dfd8c5723210dbd848708acf03af4b847016fd3ede96b2a89ad32276cb')
-
-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 1034931, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-29 23:05:05 UTC (rev 1034932)
@@ -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.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"
+}



More information about the arch-commits mailing list