blob: 27e59495b32f820c015481aeae789f7e2f3957bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = lrcfetch-git
pkgdesc = Tool to fetch lyrics from LRCLIB
pkgver = v0.0.1
pkgrel = 1
url = https://github.com/hagaraShin/lrcfetch-tui
arch = x86_64
license = MIT
makedepends = git
makedepends = rust
depends = glibc
depends = gcc-libs
depends = openssl
provides = lrcfetch
conflicts = lrcfetch-bin
source = git+https://github.com/hagaraShin/lrcfetch-tui.git
sha256sums = SKIP
pkgname = lrcfetch-git
|