mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +00:00
23 lines
470 B
YAML
23 lines
470 B
YAML
|
name : btfs
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|https://github.com/johang/btfs.git : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
builddeps :
|
||
|
- pkgconfig(fuse)
|
||
|
- pkgconfig(libcurl)
|
||
|
- pkgconfig(libtorrent-rasterbar)
|
||
|
- libboost-devel
|
||
|
rundeps :
|
||
|
- libtorrent-rasterbar
|
||
|
setup : |
|
||
|
%reconfigure
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
%make_install
|