void-packages/srcpkgs/python-audioread/template
2016-05-31 21:45:42 +02:00

22 lines
639 B
Bash

# Template file for 'python-audioread'
pkgname=python-audioread
version=2.1.3
revision=1
noarch=yes
wrksrc="audioread-${version}"
build_style="python-module"
hostmakedepends="python-setuptools"
depends="python gst-python"
pycompile_module="audioread"
short_desc="Multi-library, cross-platform audio decoding in Python"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://github.com/sampsyo/audioread/"
license="MIT"
distfiles="${PYPI_SITE}/a/audioread/audioread-${version}.tar.gz"
checksum=e9dc54c8b9f18766a7e113ee467324119b03688b050b5a174c398d9f0d45f932
post_install() {
sed -n '2,14p' decode.py > LICENSE
vlicense LICENSE
}