1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2024-09-29 05:18:52 +00:00

Add example package.yml for laziness

This commit is contained in:
Jonathan Hakimi 2020-06-22 23:22:30 -04:00
parent cdd67ad400
commit 7eac51f328

20
package.yml Normal file
View 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