add streamrip-git pkgbuild
This commit is contained in:
parent
f3ef13a7ca
commit
ccf38a1413
1 changed files with 50 additions and 0 deletions
50
pkgbuilds/streamrip-git/PKGBUILD
Normal file
50
pkgbuilds/streamrip-git/PKGBUILD
Normal file
|
@ -0,0 +1,50 @@
|
|||
# Maintainer: exu <aur _a_ frm01 _d_ net>
|
||||
|
||||
pkgname=streamrip
|
||||
pkgver=2.0.5
|
||||
pkgrel=2
|
||||
pkgdesc='A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.'
|
||||
arch=(any)
|
||||
url='https://github.com/nathom/streamrip'
|
||||
license=('GPL3')
|
||||
depends=(python
|
||||
python-aiodns
|
||||
python-aiofiles
|
||||
python-aiohttp
|
||||
python-aiolimiter # AUR
|
||||
python-appdirs
|
||||
python-click-help-colors
|
||||
python-deezer-py # AUR
|
||||
python-m3u8 # AUR
|
||||
python-mutagen
|
||||
python-pathvalidate # AUR
|
||||
python-pillow
|
||||
python-pycryptodomex
|
||||
python-pytest-asyncio
|
||||
python-pytest-mock
|
||||
python-rich
|
||||
python-simple-term-menu
|
||||
python-tomlkit
|
||||
python-requests)
|
||||
makedepends=(git
|
||||
python-build
|
||||
python-installer
|
||||
python-poetry)
|
||||
optdepends=('ffmpeg: Additional functionality')
|
||||
source=(git+https://github.com/nathom/streamrip.git)
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd streamrip
|
||||
printf "${pkgver//-/.}"
|
||||
}
|
||||
|
||||
build() {
|
||||
cd streamrip
|
||||
python -m build -wn
|
||||
}
|
||||
|
||||
package() {
|
||||
cd streamrip
|
||||
python -m installer -d "$pkgdir" dist/*.whl
|
||||
}
|
Loading…
Add table
Reference in a new issue