mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-08 04:36:58 +00:00
Add example package.yml for laziness
This commit is contained in:
parent
cdd67ad400
commit
7eac51f328
20
package.yml
Normal file
20
package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
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
|
Loading…
Reference in a new issue