mirror of
https://github.com/Phantop/solus-stuff
synced 2025-01-08 20:56:53 +00:00
18 lines
351 B
YAML
18 lines
351 B
YAML
|
name : tabbed
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|git://git.suckless.org/tabbed : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
builddeps :
|
||
|
- pkgconfig(xft)
|
||
|
rundeps :
|
||
|
- devil
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
%make_install PREFIX=%PREFIX%
|