curseradio: add missing pycompile_module (#13505)
This commit is contained in:
parent
5efd2a5d1d
commit
82ddee3c8e
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'curseradio'
|
||||
pkgname=curseradio
|
||||
version=0.0.20171017
|
||||
revision=1
|
||||
revision=2
|
||||
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
|
||||
wrksrc="curseradio-${_commit}"
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="curseradio"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="mpv python3-lxml python3-requests python3-xdg"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
short_desc="Command line radio player"
|
||||
homepage="https://github.com/chronitis/curseradio"
|
||||
maintainer="cr6git <quark6@protonmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/chronitis/curseradio"
|
||||
distfiles="https://github.com/chronitis/curseradio/archive/${_commit}.tar.gz"
|
||||
checksum=2b14a9a4caa65b4456039e091a7f2c8dcc6b5b4c5af42be762d671d9d2cdf539
|
||||
|
||||
|
|
Loading…
Reference in New Issue