Merge pull request #226 from luccioman/master

Snapcraft packaging adjustements
This commit is contained in:
luccioman 2018-09-11 11:28:31 +02:00 committed by GitHub
commit 636e752633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

BIN
addon/YaCy256x256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@ -1,5 +1,5 @@
# Configuration file for YaCy Snap packaging with Snapcraft (see https://snapcraft.io/)
name: yacy
name: yacy-search
version: '1.921'
summary: YaCy peer-to-peer search engine and intranet search appliance
description: |
@ -11,10 +11,10 @@ description: |
grade: devel
confinement: strict
icon: htroot/env/grafics/yacy.png
icon: addon/YaCy256x256.png
apps:
yacy:
yacy-search:
command: sh "$SNAP/yacy/startYACY.sh" -f -s "$SNAP_USER_DATA"
# Interfaces authorizations requirements
# network-bind - to allow acting as an HTTP server and client
@ -25,7 +25,7 @@ apps:
plugs: [network-bind, desktop, home]
parts:
yacy:
yacy-search:
plugin: ant
ant-build-targets:
- clean