Add a snapcraft.yaml

This commit is contained in:
Evan Dandrea 2017-08-15 11:36:43 +01:00
parent da20951a57
commit 6aa2dd69f4

20
snapcraft.yaml Normal file
View File

@ -0,0 +1,20 @@
name: youtube-dl
version: git
summary: YouTube downloader
description: |
Command-line program to download videos from YouTube.com and other video
sites
grade: stable
confinement: strict
parts:
youtube-dl:
source: .
plugin: python
python-version: python3
after: [ffmpeg]
apps:
youtube-dl:
command: bin/youtube-dl
plugs: [network, home]