Merge pull request #1441 from lemmi/vim-colorschemes
New package: vim-colorschemes-20141029
This commit is contained in:
commit
e9648ba213
1 changed files with 19 additions and 0 deletions
19
srcpkgs/vim-colorschemes/template
Normal file
19
srcpkgs/vim-colorschemes/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'vim-colorschemes'
|
||||
pkgname=vim-colorschemes
|
||||
version=20141029
|
||||
revision=1
|
||||
build_style=fetch
|
||||
noarch=yes
|
||||
short_desc="Vim colorschemes"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/flazz/vim-colorschemes"
|
||||
_commit=81c6dd7ce3169e5ad9ba92422ba6e1ce5b074e36
|
||||
distfiles="https://github.com/flazz/vim-colorschemes/archive/${_commit}.tar.gz"
|
||||
checksum=e66642dc5b7ac3ca0f5b444707f23a908fa37505a4784b3764c45bf6877106a1
|
||||
|
||||
do_install() {
|
||||
tar xzf ${_commit}.tar.gz
|
||||
vmkdir usr/share/vim/vimfiles
|
||||
vcopy ${pkgname}-${_commit}/colors usr/share/vim/vimfiles/
|
||||
}
|
Loading…
Reference in a new issue