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

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


    Date: Sunday, December 17, 2017 @ 18:40:15
  Author: anthraxx
Revision: 274657

archrelease: copy trunk to community-any

Added:
  vim-easymotion/repos/community-any/
  vim-easymotion/repos/community-any/PKGBUILD
    (from rev 274656, vim-easymotion/trunk/PKGBUILD)

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

Copied: vim-easymotion/repos/community-any/PKGBUILD (from rev 274656, vim-easymotion/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2017-12-17 18:40:15 UTC (rev 274657)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Chris Oelmueller <chris.oelmueller at gmail.com>
+# Contributor: Andreas B. Wagner <AndreasBWagner at pointfree.net>
+
+pkgname=vim-easymotion
+pkgver=3.0.1
+pkgrel=4
+pkgdesc='Vim motion on speed'
+url='https://github.com/easymotion/vim-easymotion'
+arch=('any')
+license=('MIT')
+depends=('vim' 'vim-vital')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/easymotion/vim-easymotion/archive/v${pkgver}.tar.gz)
+sha256sums=('c1b24de4592212f4c45327b98cca521cd811074475f8352cb2231be8fc61ae44')
+sha512sums=('8d9349eb4c558cf2d86ea696e8d99f7720542e206b87e6e21073eacb79dbb89669cba24feecc54006c3f374afcc9bb8156f7eb4424df8bd00ef659c4a4df335c')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  _installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -d "${_installpath}"
+  cp -r -t "${_installpath}" autoload doc plugin t
+  rm -f "${_installpath}/autoload/vital.vim"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list