From 47cc1d6c7f39571cbb233fe58ce8629ccbd04628 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sun, 14 May 2023 12:16:53 +0200 Subject: [PATCH] New package: tori-0.2.2 --- srcpkgs/tori/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/tori/template diff --git a/srcpkgs/tori/template b/srcpkgs/tori/template new file mode 100644 index 00000000000000..b850bd5cf90358 --- /dev/null +++ b/srcpkgs/tori/template @@ -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 " +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 +}