Skip to content

Commit 667322b

Browse files
author
Mattias
committed
Add snapcraft file
1 parent 35340f5 commit 667322b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

snap/snapcraft.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: image-search-bot
2+
version: 0.1
3+
summary: Configurable Telegram Bots that respond to image queries
4+
description: |
5+
Configurable apps for running Telegram Bots that responds to photo Image Queries
6+
grade: devel
7+
confinement: strict
8+
9+
apps:
10+
image-search-bot:
11+
command: image-search-bot
12+
13+
parts:
14+
image-search-bot:
15+
source: .
16+
plugin: image-search-bot

0 commit comments

Comments
 (0)