[arch-commits] Commit in vim-align/repos (3 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 21:49:52 UTC 2018


    Date: Friday, November 9, 2018 @ 21:49:51
  Author: felixonmars
Revision: 404764

archrelease: copy trunk to community-staging-any

Added:
  vim-align/repos/community-staging-any/
  vim-align/repos/community-staging-any/LICENSE
    (from rev 404763, vim-align/trunk/LICENSE)
  vim-align/repos/community-staging-any/PKGBUILD
    (from rev 404763, vim-align/trunk/PKGBUILD)

----------+
 LICENSE  |    7 +++++++
 PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

Copied: vim-align/repos/community-staging-any/LICENSE (from rev 404763, vim-align/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2018-11-09 21:49:51 UTC (rev 404764)
@@ -0,0 +1,7 @@
+Copyright (C) 1999-2007 Charles E. Campbell, Jr.
+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, Align.vim is provided *as is* and comes with no
+warranty of any kind, either expressed or implied. By using this plugin, you
+agree that in no event will the copyright holder be liable for any damages
+resulting from the use of this software.

Copied: vim-align/repos/community-staging-any/PKGBUILD (from rev 404763, vim-align/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 21:49:51 UTC (rev 404764)
@@ -0,0 +1,26 @@
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor : vti <viacheslav.t at gmail dot com>
+
+pkgname=vim-align
+pkgver=37.43
+_scriptid='19633'
+pkgrel=4
+pkgdesc='Lets you align lines using regular expressions'
+arch=('any')
+url='http://www.vim.org/scripts/script.php?script_id=294'
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+md5sums=('40bf32ee1da9ea08b65cb107f5181f0f'
+         'b924ab4f0d09585ac4482208cc32bd2f')
+source=("$pkgname.vbz.gz::http://www.vim.org/scripts/download_script.php?src_id=$_scriptid"
+  'LICENSE')
+
+package() {
+  install -dm755 "${pkgdir}/usr/share/vim/vimfiles"
+  cd "${pkgdir}/usr/share/vim/vimfiles"
+
+  /usr/bin/vim -n -i NONE -c ":UseVimball `pwd`" -c ":q" $srcdir/$pkgname.vbz
+  rm -f '.VimballRecord' 'doc/tags'
+  install -Dm644 $srcdir/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list