You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bathyscaphe/snapcraft.yaml

39 lines
735 B
YAML

name: trandoshan
version: git
summary: Distributed dark web crawler.
description: |
Fast, highly configurable, distributed dark web crawler designed to run on the cloud.
confinement: strict
license: GPL-3.0
grade: stable
base: core18
parts:
trandoshan:
plugin: go
go-importpath: github.com/creekorful/trandoshan
source: .
source-type: git
build-packages:
- gcc
apps:
api:
command: bin/tdsh-api
plugs:
- network
crawler:
command: bin/tdsh-crawler
plugs:
- network
feeder:
command: bin/tdsh-feeder
plugs:
- network
persister:
command: bin/tdsh-persister
plugs:
- network
scheduler:
command: bin/tdsh-scheduler
plugs:
- network