parent
bdad19c391
commit
9fba64bcff
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'curseradio'
|
||||
pkgname=curseradio
|
||||
version=0.0.20171017
|
||||
revision=1
|
||||
_commit=1bd4bd0faeec675e0647bac9a100b526cba19f8d
|
||||
wrksrc="curseradio-${_commit}"
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
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"
|
||||
license="MIT"
|
||||
distfiles="https://github.com/chronitis/curseradio/archive/${_commit}.tar.gz"
|
||||
checksum=2b14a9a4caa65b4456039e091a7f2c8dcc6b5b4c5af42be762d671d9d2cdf539
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue