[arch-commits] Commit in (4 files)

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


    Date: Sunday, December 17, 2017 @ 18:40:04
  Author: anthraxx
Revision: 274656

addpkg: vim-easymotion 3.0.1-4

Added:
  vim-easymotion/
  vim-easymotion/repos/
  vim-easymotion/trunk/
  vim-easymotion/trunk/PKGBUILD

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

Added: vim-easymotion/trunk/PKGBUILD
===================================================================
--- vim-easymotion/trunk/PKGBUILD	                        (rev 0)
+++ vim-easymotion/trunk/PKGBUILD	2017-12-17 18:40:04 UTC (rev 274656)
@@ -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