mirror of
https://gitea.com/bipinkrish/DeGourou.git
synced 2024-11-17 09:30:22 +00:00
Add snapcraft.yaml
This commit is contained in:
parent
5772d54b91
commit
b167ef7425
1 changed files with 17 additions and 0 deletions
17
snapcraft.yaml
Normal file
17
snapcraft.yaml
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
name: degourou
|
||||||
|
version: '1.3.8'
|
||||||
|
summary: IA eBooks Decrypter
|
||||||
|
description: |
|
||||||
|
Automate the process of getting decrypted ebook from InternetArchive without the need for Adobe Digital Editions and Calibre.
|
||||||
|
|
||||||
|
base: core18 # The base snap to build on (use core18 for Ubuntu 18.04 LTS and later)
|
||||||
|
|
||||||
|
grade: stable # The release grade of the snap (stable, candidate, beta, or edge)
|
||||||
|
|
||||||
|
confinement: strict # The level of snap confinement (strict, devmode, classic)
|
||||||
|
|
||||||
|
parts:
|
||||||
|
my-app:
|
||||||
|
source: .
|
||||||
|
plugin: python
|
||||||
|
python-packages: [requests,pycryptodomex,cryptography,lxml]
|
Loading…
Reference in a new issue