[arch-commits] Commit in vim-nerdtree/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 10:55:07 UTC 2020
Date: Thursday, March 19, 2020 @ 10:55:07
Author: felixonmars
Revision: 600795
archrelease: copy trunk to community-any
Added:
vim-nerdtree/repos/community-any/PKGBUILD
(from rev 600794, vim-nerdtree/trunk/PKGBUILD)
Deleted:
vim-nerdtree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 10:54:49 UTC (rev 600794)
+++ PKGBUILD 2020-03-19 10:55:07 UTC (rev 600795)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Kwpolska <kwpolska at gmail.com>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Laszlo Papp <djszapi @ gmail at com>
-
-pkgname=vim-nerdtree
-pkgver=6.1.3
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('ba435721e831b52f0fb3d0749f658152a5ffe79605353bc6527565124c0e8d4eb0b6dd94f51015f1d4f88d2c6ff644996c81853268e6c66ad5b0baccea920ded')
-
-prepare() {
- cd nerdtree-${pkgver}
- sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i autoload/nerdtree.vim
-}
-
-package() {
- cd nerdtree-${pkgver}
- local _installpath="${pkgdir}/usr/share/vim/vimfiles"
- install -d "${_installpath}"
- cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
- install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
- install -Dm 644 README.markdown CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:
Copied: vim-nerdtree/repos/community-any/PKGBUILD (from rev 600794, vim-nerdtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-19 10:55:07 UTC (rev 600795)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Kwpolska <kwpolska at gmail.com>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+
+pkgname=vim-nerdtree
+pkgver=6.1.4
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('87ed344ceaf496c8df68c2ed26b12ba5a692c04b7921997a5d93477f48cfb257627b9abe7893cff38164017043120ec851a4b3e881ab9616c59f9a5a1cfd8c7b')
+
+prepare() {
+ cd nerdtree-${pkgver}
+ sed 's|\[s:rootNERDTreePath,|["/usr/share/doc/vim-nerdtree",|' -i autoload/nerdtree.vim
+}
+
+package() {
+ cd nerdtree-${pkgver}
+ local _installpath="${pkgdir}/usr/share/vim/vimfiles"
+ install -d "${_installpath}"
+ cp -r -t "${_installpath}" autoload doc plugin syntax nerdtree_plugin lib
+ install -Dm 644 CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+ install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm 644 README.markdown CHANGELOG.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list