[arch-commits] Commit in vim-nerdtree/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Jul 16 17:49:56 UTC 2021
Date: Friday, July 16, 2021 @ 17:49:56
Author: felixonmars
Revision: 977690
archrelease: copy trunk to community-any
Added:
vim-nerdtree/repos/community-any/PKGBUILD
(from rev 977689, vim-nerdtree/trunk/PKGBUILD)
Deleted:
vim-nerdtree/repos/community-any/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-16 17:49:42 UTC (rev 977689)
+++ PKGBUILD 2021-07-16 17:49:56 UTC (rev 977690)
@@ -1,36 +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.10.9
-pkgrel=1
-pkgdesc='Tree explorer plugin for navigating the filesystem'
-url='https://github.com/scrooloose/nerdtree'
-arch=('any')
-license=('custom:WTFPL')
-depends=('vim-plugin-runtime')
-groups=('vim-plugins')
-source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('d6e2a9754295ccd55f3ede379a83a8cbc64e94f737f3fd4db082db3739caafc3e0fc7d1445ebde47a53272a8520fab298c63b132587cc3ac894cfe71f2bb3129')
-b2sums=('3d7ff8274b67277e5fa441980b2ccc2662280e5353b34413f2a755221128df7640fcde61982751eb8023675707da33ba069561e412e4d09e9306b348e0a47fa1')
-
-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 977689, vim-nerdtree/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-16 17:49:56 UTC (rev 977690)
@@ -0,0 +1,36 @@
+# 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.10.10
+pkgrel=1
+pkgdesc='Tree explorer plugin for navigating the filesystem'
+url='https://github.com/scrooloose/nerdtree'
+arch=('any')
+license=('custom:WTFPL')
+depends=('vim-plugin-runtime')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdtree/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('503986b790679606ce9f4785f4e02a487ac42bd87c6537cb56ac00731667daaf3c26ab30f5db3ca381d01698a1cd400b24d8aab49f4f7de3b69c88cf7122ad33')
+b2sums=('f7e755bb5af89d5009a580a9d3123a78b249a17589bab793fd918f7305c8b4b140f48fb34cf0d2f89d8efdeea72411ac3f7c10bd788c6347d7d6e33552870955')
+
+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