Skip to content

Commit

Permalink
New package: tori-0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed Aug 11, 2023
1 parent 1e6cc4f commit 47cc1d6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions srcpkgs/tori/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'tori'
pkgname=tori
version=0.2.2
revision=1
build_style=cargo
hostmakedepends="python3"
makedepends="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=db1716bfcc092555390dc71f04174ab429dcf810a0eefe3c4a987a95827ec9be

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 47cc1d6

Please sign in to comment.