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
26 changes: 26 additions & 0 deletions srcpkgs/termusic/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Template file for 'termusic'
pkgname=termusic
version=0.12.1
revision=1
build_style=cargo
configure_args="--features=cover,rusty-libopus,cover-viuer-sixel"
hostmakedepends="pkg-config protobuf cmake clang python3"
makedepends="alsa-lib-devel dbus-devel openssl-devel libopusenc-devel libsixel-devel sqlite-devel"
depends="yt-dlp ffmpeg"
short_desc="Terminal Music and Podcast Player"
maintainer="OverLessArtem <artemover@duck.com>"
license="MIT, GPL-3.0-or-later"
homepage="https://github.com/tramhao/termusic"
distfiles="https://github.com/tramhao/termusic/archive/refs/tags/v${version}.tar.gz"
checksum=686f66856d755f2d2056a9548f074b11ba9568ac8075fafd8903e332bf166227

do_install() {
vbin "target/${RUST_TARGET}/release/termusic"
vbin "target/${RUST_TARGET}/release/termusic-server"
}

post_install() {
vlicense LICENSE_MIT
vlicense LICENSE_GPLv3
vdoc README.md
}
Loading