summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8bc8d2d779ee1cbfb39b0460a4fce7fd01cd6d1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Leonardo Riether <riether.leonardo@gmail.com>
#
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur

pkgname=tori-bin
pkgver=0.2.0
pkgrel=1
pkgdesc="The frictionless music player for the terminal"
url="https://github.com/LeoRiether/tori"
license=("GPL-3.0-or-later")
arch=("x86_64")
provides=("tori")
conflicts=("tori")
depends=("mpv" "pipewire")
optdepends=("yt-dlp" "cava")
source=("https://github.com/LeoRiether/tori/releases/download/v$pkgver/tori-$pkgver-x86_64.tar.gz")
sha256sums=("873488a37ef70fe14edf2e596b5cc8d5e47842df0e0dd683994972715c642f72")

package() {
    install -Dm755 tori -t "$pkgdir/usr/bin"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}