mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +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
|