[arch-commits] Commit in vim-vital/repos (community-any community-any/PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Dec 17 18:36:40 UTC 2017


    Date: Sunday, December 17, 2017 @ 18:36:40
  Author: anthraxx
Revision: 274655

archrelease: copy trunk to community-any

Added:
  vim-vital/repos/community-any/
  vim-vital/repos/community-any/PKGBUILD
    (from rev 274654, vim-vital/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: vim-vital/repos/community-any/PKGBUILD (from rev 274654, vim-vital/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-12-17 18:36:40 UTC (rev 274655)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=vim-vital
+_gitcommit=982e0bf3a5c181c0fa9d37bab784412f941f6b80
+pkgver=3113.982e0bf3
+pkgrel=1
+pkgdesc='Comprehensive Vim utility functions for Vim plugins'
+url='https://github.com/vim-jp/vital.vim'
+arch=('any')
+license=('custom:NYSL')
+depends=('vim' 'git')
+groups=('vim-plugins')
+source=(${pkgname}::"git+https://github.com/vim-jp/vital.vim#commit=${_gitcommit}")
+sha512sums=('SKIP')
+
+pkgver() {
+  cd ${pkgname}
+  printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+}
+
+package() {
+  cd ${pkgname}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin
+  install -Dm 644 README.md Changes -t "${pkgdir}/usr/share/doc/${pkgdir}"
+  install -Dm 644 README.md -T "${pkgdir}/usr/share/licenses/${pkgdir}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list