Skip to content

Commit

Permalink
New package: tori-0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Sep 18, 2023
1 parent 0ddda1d commit ff88c56
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/tori/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'tori'
pkgname=tori
version=0.2.3
revision=1
build_style=cargo
make_install_args="--path tori"
hostmakedepends="pkg-config python3"
makedepends="alsa-lib-devel mpv-devel"
depends="cava yt-dlp"
short_desc="Frictionless music player for the terminal"
maintainer="Marcin Puc <[email protected]>"
license="GPL-3.0-or-later"
homepage="https://leoriether.github.io/tori/"
changelog="https://github.com/LeoRiether/tori/releases"
distfiles="https://github.com/LeoRiether/tori/archive/refs/tags/v${version}.tar.gz"
checksum=5515675748b3a83344f41ef40f209c41925555d9e27bd17efd2cc25d489d6069

post_install() {
vinstall assets/tori.svg 644 usr/share/icons/hicolor/scalable/apps
vinstall contrib/tori.desktop 644 usr/share/applications
}

0 comments on commit ff88c56

Please sign in to comment.