mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
21 lines
352 B
YAML
21 lines
352 B
YAML
|
name :
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git| : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
builddeps :
|
||
|
setup : |
|
||
|
%configure
|
||
|
%cmake
|
||
|
%meson_configure
|
||
|
build : |
|
||
|
%make
|
||
|
%ninja_build
|
||
|
install : |
|
||
|
%make_install
|
||
|
%ninja_install
|