mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-01 04:14:58 +00:00
19 lines
354 B
YAML
19 lines
354 B
YAML
|
name : torsocks
|
||
|
version : 1
|
||
|
release : 1
|
||
|
source :
|
||
|
- git|https://git.torproject.org/torsocks.git : master
|
||
|
license : GPL-2.0-or-later
|
||
|
summary : Insert summary here
|
||
|
description: |
|
||
|
Insert description here
|
||
|
rundeps :
|
||
|
- tor
|
||
|
setup : |
|
||
|
%autogen
|
||
|
%configure
|
||
|
build : |
|
||
|
%make
|
||
|
install : |
|
||
|
%make_install
|