mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +00:00
20 lines
446 B
YAML
20 lines
446 B
YAML
name : nvimpager
|
|
version : 1
|
|
release : 1
|
|
source :
|
|
- git|https://github.com/lucc/nvimpager.git : develop
|
|
license : GPL-2.0-or-later
|
|
summary : Insert summary here
|
|
networking : yes
|
|
description: |
|
|
Insert description here
|
|
builddeps :
|
|
- neovim
|
|
- pandoc
|
|
rundeps :
|
|
- neovim
|
|
build : |
|
|
%make PREFIX=%PREFIX% DESTDIR=%installroot%
|
|
install : |
|
|
%make_install PREFIX=%PREFIX% DESTDIR=%installroot%
|