mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
19 lines
353 B
YAML
19 lines
353 B
YAML
|
name : st
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|https://github.com/phantop/st.git : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
builddeps :
|
||
|
- pkgconfig(xft)
|
||
|
- devil-devel
|
||
|
rundeps :
|
||
|
- devil
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
%make_install
|