mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
Add btfs
This commit is contained in:
parent
88a4d3e01c
commit
81dabfc556
22
btfs/package.yml
Normal file
22
btfs/package.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
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
|
Loading…
Reference in a new issue