Skip to content

Commit

Permalink
New package: monophony-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Sep 20, 2023
1 parent fcb54d8 commit 8095e5c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions srcpkgs/monophony/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Template file for 'monophony'
pkgname=monophony
version=2.2.0
revision=1
build_style=gnu-makefile
hostmakedepends="python3-Nuitka"
depends="libadwaita python3-gobject python3-ytmusicapi python3-mpris_server yt-dlp"
short_desc="Gtk app for streaming music from YouTube"
maintainer="Bnyro <bnyro@tutanota.com>"
license="AGPL-3.0-only"
homepage="https://gitlab.com/zehkira/monophony/"
distfiles="https://gitlab.com/zehkira/monophony/-/archive/v${version}/monophony-v${version}.tar.gz"
checksum=b8685d1874b6ba14881d606d10dfc989e1b09587828775ef784c4ffc7032f3f1
build_wrksrc="source"
nocross="python3-Nuitka doesn't support cross compilation"

pre_build() {
export CC=gcc
}

do_install() {
make install prefix="${DESTDIR}/usr"
vlicense LICENSE
}

0 comments on commit 8095e5c

Please sign in to comment.