Merge pull request #7068 from cr6git/Vim-colorschemes
vim-colorschemes: update to 20160801
This commit is contained in:
commit
e2138f9543
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'vim-colorschemes'
|
||||
pkgname=vim-colorschemes
|
||||
version=20150725
|
||||
version=20160801
|
||||
revision=1
|
||||
_commit=28a989b28457e38df620e4c7ab23e224aff70efe
|
||||
build_style=fetch
|
||||
_commit=b8dff40f69f1873effbed97c759a8452ecb240ed
|
||||
noarch=yes
|
||||
short_desc="Vim colorschemes"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/flazz/vim-colorschemes"
|
||||
distfiles="https://github.com/flazz/vim-colorschemes/archive/${_commit}.tar.gz"
|
||||
checksum=64b93644fda438797ac1af1115f4c5a9b7a5030fa4861898b9615db4b273e472
|
||||
checksum=807812f04789c41199b446ee9909aefcde069a86b084f8d50b6d4b5c0cc41c27
|
||||
wrksrc="${pkgname}-${_commit}"
|
||||
|
||||
do_install() {
|
||||
tar xzf ${_commit}.tar.gz
|
||||
vmkdir usr/share/vim/vimfiles
|
||||
vcopy ${pkgname}-${_commit}/colors usr/share/vim/vimfiles/
|
||||
vcopy colors usr/share/vim/vimfiles/
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue