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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:13:48 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:13:48
  Author: felixonmars
Revision: 660037

archrelease: copy trunk to community-staging-any

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

----------+
 LICENSE  |    7 +++++++
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

Copied: vim-project/repos/community-staging-any/LICENSE (from rev 660036, vim-project/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2020-07-07 18:13:48 UTC (rev 660037)
@@ -0,0 +1,7 @@
+"=============================================================================
+" File:        project.vim
+" Author:      Aric Blumer (Aric.Blumer at aricvim at charter.net)
+" Last Change: Fri 13 Oct 2006 09:47:08 AM EDT
+" Version:     1.4.1
+"=============================================================================
+" You may use this code in whatever way you see fit.

Copied: vim-project/repos/community-staging-any/PKGBUILD (from rev 660036, vim-project/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:13:48 UTC (rev 660037)
@@ -0,0 +1,36 @@
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=vim-project
+pkgver=1.4.1
+_scriptid=6273
+pkgrel=10
+pkgdesc="Organize and navigate projects of files (like an ide/buffer explorer)"
+arch=('any')
+url="http://www.vim.org/scripts/script.php?script_id=69"
+license=('custom')
+depends=('vim')
+groups=('vim-plugins')
+source=("https://www.vim.org/scripts/download_script.php?src_id=$_scriptid" 'LICENSE')
+md5sums=('95ddb23f0e301a79e869c608a36637de'
+         '64ab6c0d41d5153d51439913d23f71ae')
+
+build() {
+	cd ${srcdir}
+
+	mv download_script.php?src_id=$_scriptid project-${pkgver}.tar.gz
+	tar xzf project-${pkgver}.tar.gz
+}
+
+package() {
+	cd ${srcdir}
+
+	installpath="${pkgdir}/usr/share/vim/vimfiles"
+
+	install -D -m644 doc/project.txt \
+	   $installpath/doc/project.txt
+	install -D -m644 plugin/project.vim \
+	   $installpath/plugin/project.vim
+	install -D -m644 LICENSE \
+	   ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list