mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2025-07-02 12:05:32 +02:00
Add custom build file
This commit is contained in:
parent
d9a8606221
commit
7e341f7a04
2 changed files with 16 additions and 0 deletions
|
@ -3,6 +3,7 @@ name = "spotify-dl"
|
|||
version = "0.1.0"
|
||||
authors = ["Guillem Castro <guillemcastro4@gmail.com>"]
|
||||
edition = "2018"
|
||||
links = "FLAC"
|
||||
|
||||
[dependencies]
|
||||
librespot = { path = "./librespot" }
|
||||
|
@ -18,3 +19,6 @@ version = "0.2.0"
|
|||
|
||||
[package.metadata.deb]
|
||||
depends="libflac-dev"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3.16"
|
Loading…
Add table
Add a link
Reference in a new issue