Package Details: vim-hoogle 1.3-3

Package Base: vim-hoogle
Description: Add commands to use Hoogle within vim
Upstream URL: http://www.vim.org/scripts/script.php?script_id=2672
Category: editors
Licenses: custom
Submitter: djszapi
Maintainer: lowfatcomputing
Last Packager: None
Votes: 5
First Submitted: 2009-07-18 07:34
Last Updated: 2011-12-31 01:27

Dependencies (1)

Required by (0)

Sources

Latest Comments

Comment by lowfatcomputing

2011-12-31 01:31

Stray ^M characters in hoogle.vim stripped out with tr -d. Thanks for letting me know yescalona.

Andreas

Anonymous comment

2011-12-31 00:16

I have this error ::

Error detected while processing /usr/share/vim/vimfiles/plugin/hoogle.vim:
line 14:
E15: Invalid expression: exists("g:__HOOGLE_VIM__")^M
line 107:
E171: Missing :endif

Comment by lowfatcomputing

2011-12-25 15:39

Thanks qzchenwl. Package updated.

Anonymous comment

2011-12-25 07:11

# Maintainer: Andreas B. Wagner <AndreasBWagner@pointfree.net>
# Contributor: Laszlo Papp <djszapi @ gmail at com>
pkgname=vim-hoogle
pkgver=1.3
_scriptid=15024
pkgrel=1
pkgdesc="Add commands to use Hoogle within vim"
arch=('i686' 'x86_64')
url="http://www.vim.org/scripts/script.php?script_id=2672"
license=('custom')
depends=('vim')
groups=('vim-plugins')
install=vimdoc.install
source=(${pkgname}.vba.gz::http://www.vim.org/scripts/download_script.php?src_id=${_scriptid}
license.txt)
md5sums=('77c4702d13a4f8f3e07efdd4d0382518'
'efbd5986e691ce8c876fb86e8f5961ea')

build() {
vim -c "UseVimball $srcdir" -c "q" ${pkgname}.vba
install -d ${pkgdir}/usr/share/vim/vimfiles/{doc,plugin}
cp -r ${srcdir}/vim-hoogle/{doc,plugin} ${pkgdir}/usr/share/vim/vimfiles
install -Dm755 ${srcdir}/license.txt ${pkgdir}/usr/share/licenses/${pkgname}/license.txt
}

md5sums=('ce94fb9e77eb3d3f10bbd9df1834cdf7'
'efbd5986e691ce8c876fb86e8f5961ea')

Anonymous comment

2011-12-25 07:02

Only license file are copied to ${pkg} directory

$ tar tf vim-hoogle-1.3-1-i686.pkg.tar.xz
.PKGINFO
.INSTALL
usr/
usr/share/
usr/share/licenses/
usr/share/licenses/vim-hoogle/
usr/share/licenses/vim-hoogle/license.txt