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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 18:06:46 UTC 2020


    Date: Tuesday, July 7, 2020 @ 18:06:45
  Author: felixonmars
Revision: 659988

archrelease: copy trunk to community-staging-any

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

----------+
 LICENSE  |   14 ++++++++++++++
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

Copied: vim-nerdcommenter/repos/community-staging-any/LICENSE (from rev 659987, vim-nerdcommenter/trunk/LICENSE)
===================================================================
--- community-staging-any/LICENSE	                        (rev 0)
+++ community-staging-any/LICENSE	2020-07-07 18:06:45 UTC (rev 659988)
@@ -0,0 +1,14 @@
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                    Version 2, December 2004
+
+ Copyright (C) 2004 Sam Hocevar <sam at hocevar.net>
+
+ Everyone is permitted to copy and distribute verbatim or modified
+ copies of this license document, and changing it is allowed as long
+ as the name is changed.
+
+            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. You just DO WHAT THE FUCK YOU WANT TO.
+

Copied: vim-nerdcommenter/repos/community-staging-any/PKGBUILD (from rev 659987, vim-nerdcommenter/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 18:06:45 UTC (rev 659988)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: eolianoe <eolianoe At GoogleMAIL DoT com>
+# Contributor: TDY <tdy at archlinux.info>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Laszlo Papp <djszapi @ gmail at com>
+
+pkgname=vim-nerdcommenter
+pkgver=2.5.2
+pkgrel=2
+pkgdesc='Plugin that allows for easy commenting of code for many filetypes'
+url='https://github.com/scrooloose/nerdcommenter'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+source=(https://github.com/scrooloose/nerdcommenter/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz.tar.gz
+        LICENSE)
+sha512sums=('63b43abdae35e2e5d9132a5cc1e3109a9ac7945bab58b7f2544bb0a6d390f2f503928fd17c2e82104e84454d9278f98fc581dcea8ccd08f5f1bedb2d5f112bf4'
+            '1b4064171fa88f41d05e3d1d1c14ceb8a5cb4cca9e6f08f7e267d7740b7d65e4765cb56f0ccf3765ee9c85654559d2d7726d71516b890b0174b68e6cc62ef421')
+
+package() {
+  cd ${pkgname#vim-}-${pkgver}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${_installpath}/doc"
+  install -Dm 644 plugin/* -t "${_installpath}/plugin"
+  install -Dm 644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list