mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
22 lines
609 B
YAML
22 lines
609 B
YAML
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%
|