mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 04:14:58 +00:00
21 lines
371 B
YAML
21 lines
371 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 :
|
|
- pkgconfig(example)
|
|
setup : |
|
|
%configure
|
|
%cmake
|
|
%meson_configure
|
|
build : |
|
|
%make
|
|
%ninja_build
|
|
install : |
|
|
%make_install
|
|
%ninja_install
|