mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/py3-livestream: new aport
This commit is contained in:
parent
a552d70c6d
commit
403d58149f
32
testing/py3-livestream/APKBUILD
Normal file
32
testing/py3-livestream/APKBUILD
Normal file
@ -0,0 +1,32 @@
|
||||
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||
pkgname=py3-livestream
|
||||
_pkgname=PyLivestream
|
||||
pkgver=1.5.1
|
||||
pkgrel=0
|
||||
pkgdesc="Simple cross-platform FFmpeg-based live streaming to YouTube, Periscope, Facebook Live and more"
|
||||
url="https://github.com/scivision/PyLivestream"
|
||||
arch="noarch"
|
||||
license="AGPL-3.0-or-later"
|
||||
depends="ffmpeg"
|
||||
makedepends="python3-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/scivision/$_pkgname/archive/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
python3 setup.py build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
python3 setup.py check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
python3 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
install -D -m0644 stream.ini "$pkgdir"/etc/$_pkgname/stream.ini
|
||||
}
|
||||
|
||||
sha512sums="e31f3e66f233935a4843ccaf3569d6b0439f5be21b4e9ddf94b5e87315503ce6b00d64739dd3fa86a8e8bcb011f1523e62ac0aec2ac9dc8628502f14c09e39db py3-livestream-1.5.1.tar.gz"
|
Loading…
Reference in New Issue
Block a user