1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-09-29 05:18:52 +00:00

Add nvimpager

This commit is contained in:
Jonathan Hakimi 2020-06-23 12:14:04 -04:00
parent 0cd2a13d3a
commit 88a4d3e01c

21
nvimpager/package.yml Normal file
View 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%