summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 523f273fcf93c89e8defefa79858cfb0e8adad37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Wraient <rushikeshwastaken@gmail.com>
pkgname='curd'
pkgver=2.0.2
pkgrel=1
pkgdesc="Watch anime in CLI with AniList Tracking, Discord RPC, Intro/Outro/Filler/Recap Skipping, etc."
arch=('x86_64')
url="https://github.com/Wraient/curd"
license=('GPL')
depends=('mpv' 'rofi' 'ueberzugpp')
provides=('curd')
conflicts=('curd')
source=("https://github.com/Wraient/curd/releases/download/v${pkgver}/curd-linux-x86_64")
sha256sums=('62e318737fb1dd16419fc13987f8c233ceeba895836a9a5d8549f9077b7eb78e')

package() {
  install -Dm755 "$srcdir/curd-linux-x86_64" "$pkgdir/usr/bin/curd"
}