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

Maxim Baz maximbaz at archlinux.org
Thu Jan 16 12:18:37 UTC 2020


    Date: Thursday, January 16, 2020 @ 12:18:36
  Author: maximbaz
Revision: 552759

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 12:18:28 UTC (rev 552758)
+++ PKGBUILD	2020-01-16 12:18:36 UTC (rev 552759)
@@ -1,38 +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=2019.12.10
-pkgrel=1
-pkgdesc="Multiple-selection, UNIX-flavored modal editor"
-arch=("x86_64")
-url="https://kakoune.org/"
-license=("custom:unlicense")
-depends=("ncurses")
-optdepends=(
-    "aspell: spell checking support"
-    "clang: C/C++ completion and diagnostics support"
-    "kak-lsp: LSP client"
-    "ranger: filesystem explorer"
-    "tmux: splitting and creating windows"
-    "xdotool: X11 utility to focus arbitrary kakoune clients"
-    "xorg-xmessage: display debug messages in a new window"
-)
-source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
-sha256sums=('66ad8d28cecb29b08e5975e659ee91206ca676a0194c730ca4eed026bafa2ff8')
-
-build() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no
-}
-
-check() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no test
-}
-
-package() {
-    cd "${pkgname}-${pkgver}/src"
-    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
-    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: kakoune/repos/community-x86_64/PKGBUILD (from rev 552758, kakoune/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-16 12:18:36 UTC (rev 552759)
@@ -0,0 +1,38 @@
+# 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=2020.01.16
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
+arch=("x86_64")
+url="https://kakoune.org/"
+license=("custom:unlicense")
+depends=("ncurses")
+optdepends=(
+    "aspell: spell checking support"
+    "clang: C/C++ completion and diagnostics support"
+    "kak-lsp: LSP client"
+    "ranger: filesystem explorer"
+    "tmux: splitting and creating windows"
+    "xdotool: X11 utility to focus arbitrary kakoune clients"
+    "xorg-xmessage: display debug messages in a new window"
+)
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
+sha256sums=('a094f1689f0228308f631e371b382b0c0522391fc8b6c23a6cbc71ff404a0dae')
+
+build() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no
+}
+
+check() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no test
+}
+
+package() {
+    cd "${pkgname}-${pkgver}/src"
+    make debug=no install-strip DESTDIR="${pkgdir}" PREFIX=/usr
+    install -D ../UNLICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list