Skip to content

Commit

Permalink
user/listenbrainz-mpd: new package
Browse files Browse the repository at this point in the history
  • Loading branch information
JetpackJackson committed Jan 25, 2025
1 parent 620c18f commit e9c125e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions user/listenbrainz-mpd/template.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
pkgname = "listenbrainz-mpd"
pkgver = "2.3.8"
pkgrel = 0
build_style = "cargo"
hostmakedepends = ["cargo", "pkgconf"]
makedepends = ["openssl-devel", "rust-std", "sqlite-devel"]
pkgdesc = "ListenBrainz submission client for MPD"
maintainer = "JetpackJackson <[email protected]>"
license = "AGPL-3.0-only"
url = "https://codeberg.org/elomatreb/listenbrainz-mpd"
source = f"{url}/archive/v{pkgver}.tar.gz"
sha256 = "0a3456029c6eb73b391b1ad3b0f01795554c3b040f63998112a4a5fe8cbc7637"
# no tests
options = ["!check"]


def install(self):
self.install_bin(
f"target/{self.profile().triplet}/release/listenbrainz-mpd"
)
self.install_license("LICENSE.txt")

0 comments on commit e9c125e

Please sign in to comment.