blob: e8a0aaaa2bc7cf7d5abe572ecc3dc77046617a86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
pkgbase = aspect
pkgdesc = A terminal music player for YouTube
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/ohxa/aspect
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python>=3.10
depends = python-textual>=0.61.1
depends = yt-dlp>=2026.4.10
depends = python-mpv>=1.0.8
depends = mpv
source = https://github.com/ohxa/aspect/archive/v0.1.0.tar.gz
sha256sums = b3cf014272b31fb32d9c12ead61482ee9bf207be5f1ef542cb47ce097687fa42
pkgname = aspect
|