[arch-commits] Commit in vim-minibufexpl/repos (3 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:34:46 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:34:45
Author: felixonmars
Revision: 658518
archrelease: copy trunk to community-staging-any
Added:
vim-minibufexpl/repos/community-staging-any/
vim-minibufexpl/repos/community-staging-any/LICENSE
(from rev 658516, vim-minibufexpl/trunk/LICENSE)
vim-minibufexpl/repos/community-staging-any/PKGBUILD
(from rev 658516, vim-minibufexpl/trunk/PKGBUILD)
----------+
LICENSE | 8 ++++++++
PKGBUILD | 25 +++++++++++++++++++++++++
2 files changed, 33 insertions(+)
Copied: vim-minibufexpl/repos/community-staging-any/LICENSE (from rev 658516, vim-minibufexpl/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE (rev 0)
+++ community-staging-any/LICENSE 2020-07-07 13:34:45 UTC (rev 658518)
@@ -0,0 +1,8 @@
+" Copyright: Copyright (C) 2002 & 2003 Bindu Wavell
+" Permission is hereby granted to use and distribute this code,
+" with or without modifications, provided that this copyright
+" notice is copied with it. Like anything else that's free,
+" minibufexplorer.vim is provided *as is* and comes with no
+" warranty of any kind, either expressed or implied. In no
+" event will the copyright holder be liable for any damamges
+" resulting from the use of this software.
Copied: vim-minibufexpl/repos/community-staging-any/PKGBUILD (from rev 658516, vim-minibufexpl/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:34:45 UTC (rev 658518)
@@ -0,0 +1,25 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=vim-minibufexpl
+pkgver=6.5.2
+pkgrel=3
+pkgdesc="An elegant buffer explorer for vim"
+arch=('any')
+url="http://fholgado.com/minibufexpl"
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/fholgado/minibufexpl.vim/archive/v${pkgver}.tar.gz"
+ 'LICENSE')
+sha512sums=('325fb58b025392c5484574c4988ec95eb7374a10b67a4abe28857a0ae8d768316ef4d477b51bf442ffc1bcfb5f68dfd0c924731291b155192731055fed3569d1'
+ '12c8ea4338901bfd174cf9154850d683ed24656627f28423692ebd64ea79e0949bf4aef3778cf61deca4f7a2159f56872e86d6e4c9c404264c4da94e4770d588')
+
+package() {
+ cd ${srcdir}/minibufexpl.vim-${pkgver}
+ installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+ install -D -m644 plugin/minibufexpl.vim $installpath/plugin/minibufexpl.vim
+ install -D -m644 ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
More information about the arch-commits
mailing list