[arch-commits] Commit in vim-tagbar/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 15:34:40 UTC 2020
Date: Tuesday, July 7, 2020 @ 15:34:40
Author: felixonmars
Revision: 658952
archrelease: copy trunk to community-staging-any
Added:
vim-tagbar/repos/community-staging-any/
vim-tagbar/repos/community-staging-any/PKGBUILD
(from rev 658951, vim-tagbar/trunk/PKGBUILD)
----------+
PKGBUILD | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Copied: vim-tagbar/repos/community-staging-any/PKGBUILD (from rev 658951, vim-tagbar/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 15:34:40 UTC (rev 658952)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Patrice Peterson <runiq at archlinux dot us>
+
+pkgname=vim-tagbar
+pkgver=2.7
+pkgrel=3
+pkgdesc='Plugin to browse the tags of the current file and get an overview of its structure'
+url='https://majutsushi.github.io/tagbar/'
+arch=('any')
+license=('custom:vim')
+depends=('ctags' 'vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/majutsushi/tagbar/archive/v${pkgver}.tar.gz)
+sha512sums=('d964d3055f1679aad86b0756cc444a4857eb29ca22f2bd3567ad6c8d073e75d0c8823109038415f5bd1d269bbf8e36da6f34d70fedee54c10f90535ef79ff3c8')
+
+package() {
+ cd ${pkgname#vim-}-${pkgver}
+ _installpath="${pkgdir}/usr/share/vim/vimfiles"
+ install -Dm 644 doc/tagbar.txt -t "${_installpath}/doc"
+ install -Dm 644 autoload/tagbar.vim -t "${_installpath}/autoload"
+ install -Dm 644 plugin/tagbar.vim -t "${_installpath}/plugin"
+ install -Dm 644 syntax/tagbar.vim -t "${_installpath}/syntax"
+ install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list