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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 17:58:38 UTC 2020


    Date: Tuesday, July 7, 2020 @ 17:58:37
  Author: felixonmars
Revision: 659928

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 659927, vim-indent-object/trunk/PKGBUILD)

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

Copied: vim-indent-object/repos/community-staging-any/PKGBUILD (from rev 659927, vim-indent-object/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 17:58:37 UTC (rev 659928)
@@ -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=7
+pkgdesc='Text objects based on indent levels'
+arch=(any)
+url='https://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