mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-06 19:57:08 +00:00
Phantop
c22a8de338
Removes castor for sucking, starship for being included, dolphin-emu-git because Solus's is up-to-date
22 lines
377 B
YAML
22 lines
377 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
|