mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-08 04:36:58 +00:00
Add nvimpager
This commit is contained in:
parent
0cd2a13d3a
commit
88a4d3e01c
21
nvimpager/package.yml
Normal file
21
nvimpager/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
name : nvimpager
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://github.com/lucc/nvimpager.git : develop
|
||||
- https://www.drchip.org/astronaut/vim/vbafiles/AnsiEsc.vba.gz : 632ee61e58c8a95e82b99dd2c95ff50f93a0fb21ad4c38f113f1e1f6211663e0
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
builddeps :
|
||||
- neovim
|
||||
- pandoc
|
||||
rundeps :
|
||||
- neovim
|
||||
setup : |
|
||||
cp $pkgfiles/AnsiEsc.vba .
|
||||
build : |
|
||||
%make PREFIX=%PREFIX% DESTDIR=%installroot%
|
||||
install : |
|
||||
%make_install PREFIX=%PREFIX% DESTDIR=%installroot%
|
Loading…
Reference in a new issue