mirror of
https://github.com/cooperhammond/irs.git
synced 2024-11-08 18:38:33 +00:00
ff1b30b845
Added -i flag to install youtube-dl, ffmpeg, and ffprobe
15 lines
195 B
YAML
Executable file
15 lines
195 B
YAML
Executable file
name: irs
|
|
version: 1.0.0
|
|
|
|
authors:
|
|
- Cooper Hammond <kepoorh@gmail.com>
|
|
|
|
targets:
|
|
irs:
|
|
main: src/irs.cr
|
|
|
|
license: MIT
|
|
|
|
dependencies:
|
|
ydl_binaries:
|
|
github: cooperhammond/ydl-binaries |