summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 93e7ea5d6704407f9c276124ed689182e094e3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname="myuzi"
pkgver="v1.13.2"
pkgrel=1
pkgdesc="Spotify alternative with no ads, payments or accounts"
arch=("any")
url="https://gitlab.com/zehkira/myuzi"
license=("MIT")
depends=("gtk4" "libadwaita" "python-setuptools" "python-requests" "python-gobject" "python-beautifulsoup4" "python-pillow" "gst-libav" "gst-plugins-good" "yt-dlp")
makedepends=("nuitka")
source=("https://gitlab.com/zehkira/myuzi/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=("SKIP")

package() {
	cd "$pkgname-$pkgver/source"
	make prefix="$pkgdir/usr" install
}