[arch-commits] Commit in vim-indent-object/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 22:35:37 UTC 2018


    Date: Friday, November 9, 2018 @ 22:35:35
  Author: felixonmars
Revision: 405017

archrelease: copy trunk to community-staging-any

Added:
  vim-indent-object/repos/community-staging-any/
  vim-indent-object/repos/community-staging-any/PKGBUILD
    (from rev 405016, vim-indent-object/trunk/PKGBUILD)

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

Copied: vim-indent-object/repos/community-staging-any/PKGBUILD (from rev 405016, vim-indent-object/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 22:35:35 UTC (rev 405017)
@@ -0,0 +1,21 @@
+# Maintainer: Daniel Micay <danielmicay at gmail.com>
+# Contributor: vae77 <fernandogrd at yahoo.com.br>
+
+pkgname=vim-indent-object
+pkgver=1.1.2
+pkgrel=6
+pkgdesc='Text objects based on indent levels'
+arch=(any)
+url='http://www.vim.org/scripts/script.php?script_id=3037'
+license=(MIT)
+groups=('vim-plugins')
+depends=(vim)
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/michaeljsmith/vim-indent-object/tarball/$pkgver")
+sha256sums=('8fa0e3f117d666c28fe4ab7128096c056fe1cc2c3347e2d5da95eff92d96ca78')
+
+package() {
+    cd "$srcdir/michaeljsmith-vim-indent-object-eb911bc/"
+    local installpath="$pkgdir/usr/share/vim/vimfiles"
+    mkdir -p "$installpath"
+    cp -r * "$installpath"
+}



More information about the arch-commits mailing list