blob: fa27fe8a3820b600f68d57d8830a0aa1a738f58f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = ice-cli-bin
pkgdesc = Ice CLI streaming player (prebuilt binary - tracks latest GitHub release)
pkgver = 0.0.1
pkgrel = 2
url = https://github.com/Wraient/ice
arch = x86_64
arch = aarch64
license = MIT
depends = mpv
optdepends = rofi: graphical selection via rofi
provides = ice=0.0.1
provides = ice-cli
conflicts = ice
conflicts = ice-cli
source_x86_64 = ice-linux-amd64::https://github.com/Wraient/ice/releases/latest/download/ice-linux-amd64
source_x86_64 = LICENSE::https://raw.githubusercontent.com/Wraient/ice/main/LICENSE
sha256sums_x86_64 = SKIP
sha256sums_x86_64 = SKIP
source_aarch64 = ice-linux-arm64::https://github.com/Wraient/ice/releases/latest/download/ice-linux-arm64
source_aarch64 = LICENSE::https://raw.githubusercontent.com/Wraient/ice/main/LICENSE
sha256sums_aarch64 = SKIP
sha256sums_aarch64 = SKIP
pkgname = ice-cli-bin
|