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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:36:00 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:36:00
  Author: felixonmars
Revision: 659318

archrelease: copy trunk to community-staging-any

Added:
  vim-taglist/repos/community-staging-any/
  vim-taglist/repos/community-staging-any/PKGBUILD
    (from rev 659316, vim-taglist/trunk/PKGBUILD)
  vim-taglist/repos/community-staging-any/license.txt
    (from rev 659317, vim-taglist/trunk/license.txt)

-------------+
 PKGBUILD    |   36 ++++++++++++++++++++++++++++++++++++
 license.txt |    8 ++++++++
 2 files changed, 44 insertions(+)

Copied: vim-taglist/repos/community-staging-any/PKGBUILD (from rev 659316, vim-taglist/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:36:00 UTC (rev 659318)
@@ -0,0 +1,36 @@
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-taglist
+pkgver=46
+_scriptid=19574
+pkgrel=5
+pkgdesc="A source code browser plugin for vim"
+arch=('any')
+url="http://vim-taglist.sourceforge.net/"
+license=('custom')
+depends=('vim' 'ctags')
+makedepends=('unzip')
+groups=('vim-plugins')
+source=(https://www.vim.org/scripts/download_script.php?src_id=$_scriptid
+        license.txt)
+md5sums=('96e2ba879964b3c9e790e3906934d0c0'
+         'efbd5986e691ce8c876fb86e8f5961ea')
+
+build() {
+	cd ${srcdir}
+
+	mv download_script.php?src_id=$_scriptid taglist_${pkgver}.zip
+	unzip -qqo taglist_${pkgver}.zip
+}
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -Dm644 doc/taglist.txt $installpath/doc/taglist.txt
+  	install -Dm644 plugin/taglist.vim $installpath/plugin/taglist.vim
+	install -Dm644 ${srcdir}/license.txt \
+	    ${pkgdir}/usr/share/licenses/vim-taglist/license.txt
+}

Copied: vim-taglist/repos/community-staging-any/license.txt (from rev 659317, vim-taglist/trunk/license.txt)
===================================================================
--- community-staging-any/license.txt	                        (rev 0)
+++ community-staging-any/license.txt	2020-07-07 16:36:00 UTC (rev 659318)
@@ -0,0 +1,8 @@
+Copyright (C) 2002-2007 Yegappan Lakshmanan
+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,
+taglist.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.



More information about the arch-commits mailing list