blob: 056d8729b1851fef6838dc4806ff9cf0dd7e5983 (
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
25
26
27
|
# This file was generated by GoReleaser. DO NOT EDIT.
# Maintainer: Dagmawi Ali <xdagiz at protonmail dot com>
# Contributor: Dagmawi Ali <xdagiz at protonmail dot com>
pkgname='xytz-bin'
pkgver=0.9.3
pkgrel=1
pkgdesc='a beautiful TUI YouTube Downloader/Player. Pre compiled.'
url='https://github.com/xdagiz/xytz'
arch=('aarch64' 'x86_64')
license=('MIT')
provides=('xytz')
conflicts=('xytz')
depends=('yt-dlp' 'ffmpeg')
optdepends=('mpv: for playing videos')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/xdagiz/xytz/releases/download/v${pkgver}/xytz-v${pkgver}-linux-arm64.tar.gz")
sha256sums_aarch64=('370411e3c03846e27d628b0e32c0afd3385caacea9d2531772a5a94af2f4e806')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/xdagiz/xytz/releases/download/v${pkgver}/xytz-v${pkgver}-linux-amd64.tar.gz")
sha256sums_x86_64=('3bf644e077147eee4c4d91f45f7a70b55377ce061c7e999595188d23d2a972c3')
package() {
install -Dm755 ./xytz "${pkgdir}/usr/bin/xytz"
install -Dm644 ./README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 ./LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
|