librespot: 0.5.0

This commit is contained in:
Daniel Azevedo 2024-10-15 23:16:16 +01:00
parent e2d895f2c0
commit 8a200fe464
5 changed files with 31 additions and 0 deletions

5
REPO
View file

@ -79,6 +79,7 @@ d:lzip
d:paper-gtk-theme
d:ncspot
d:libfm
d:librespot
d:scrot
d:jetbrains
d:epson-inkjet-printer-escpr
@ -426,6 +427,10 @@ f:1192e2209cb51d617e33ec91ae0cb6c5:libfm/.footprint
f:71602d2cab029c67580588040c9cc305:libfm/.signature
f:caa6d9c4af20cc78a278ec583565c8a2:libfm/.md5sum
f:b5b65176240a675e6c3595c197e0d492:libfm/Pkgfile
f:dd3ed42e3209fd855c7f738c4cb8eada:librespot/.footprint
f:9bb1eb93cc1e65906650ac0fcaf0c4f7:librespot/.signature
f:25780de74ebda87ab993313f9260a32d:librespot/.md5sum
f:2a72a614e531b2d705a1591e53a40cec:librespot/Pkgfile
f:937cf19b3766d2454a8631265add3e6d:scrot/.footprint
f:27c1819954163276be72f65950a300cc:scrot/.signature
f:6b9b833d7ff417476cd386bdaa6ed4b7:scrot/.md5sum

3
librespot/.footprint Normal file
View file

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/librespot

1
librespot/.md5sum Normal file
View file

@ -0,0 +1 @@
732f8f5f8ee538fbc5729cc2de6d9a29 v0.5.0.tar.gz

5
librespot/.signature Normal file
View file

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/d77crux.pub
RWT0dvMs3lAWkHIyRzp+sNJ8beeHiMG82mPZwuc1prRg+IohzXT6sO17ek25F6ZCRGj/OsePwFqnwkWne7lo7TAVzHArFe+euwU=
SHA256 (Pkgfile) = 43369d02e0881c50b80b59581fb46ef938c3051ef78ba5d543a02acc04b2f265
SHA256 (.footprint) = 6c0af666a8644b358910c2510cc285b6e0f89c81ff142953b7d073a1504283e6
SHA256 (v0.5.0.tar.gz) = 1af039ba08a2ad0d7b9758e8133229085845d1386018b90b455f011df27ee8df

17
librespot/Pkgfile Normal file
View file

@ -0,0 +1,17 @@
# Description: Open Source Spotify client library
# URL: https://github.com/librespot-org/librespot
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
# Depends on:
name=librespot
version=0.5.0
release=1
source=(https://github.com/librespot-org/$name/archive/refs/tags/v$version.tar.gz)
build() {
cd $name-$version
cargo fetch --locked
cargo build --release --locked
install -Dm 755 "target/release/$name" "$PKG/usr/bin/$name"
}