We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7850d commit c6e216aCopy full SHA for c6e216a
1 file changed
srcpkgs/mprisence/template
@@ -0,0 +1,22 @@
1
+# Template file for 'mprisence'
2
+pkgname=mprisence
3
+version=1.3.2
4
+revision=1
5
+build_style=cargo
6
+hostmakedepends="pkgconf"
7
+makedepends="openssl-devel dbus-devel"
8
+short_desc="Discord Rich Presence for MPRIS media players"
9
+maintainer="Worf <me@worf.win>"
10
+license="MIT"
11
+homepage="https://github.com/lazykern/mprisence"
12
+changelog="https://raw.githubusercontent.com/lazykern/mprisence/refs/heads/main/CHANGELOG.md"
13
+distfiles="https://github.com/lazykern/mprisence/archive/refs/tags/v${version}.tar.gz"
14
+checksum=c5c2c0f93cfc140d4d037e2a209294f596ad88e9ae4faf33ec146e2defd2df20
15
+
16
+pre_build() {
17
+ rm .cargo/config.toml # forces lld linker which isn't installed by default
18
+}
19
20
+post_install() {
21
+ vlicense LICENSE
22
0 commit comments