Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/mprisence/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Template file for 'mprisence'
pkgname=mprisence
version=1.3.3
revision=1
build_style=cargo
hostmakedepends="pkgconf"
makedepends="openssl-devel dbus-devel"
short_desc="Discord Rich Presence for MPRIS media players"
maintainer="Worf <me@worf.win>"
license="MIT"
homepage="https://github.com/lazykern/mprisence"
changelog="https://raw.githubusercontent.com/lazykern/mprisence/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/lazykern/mprisence/archive/refs/tags/v${version}.tar.gz"
checksum=6bc5dcf179126ae1b4484a784dbfa7476a74d6bf9c8ce8a10d198d299b8102f0

pre_build() {
rm .cargo/config.toml # forces lld linker which isn't installed by default
}

post_install() {
vlicense LICENSE
}
Loading