17 lines
501 B
Bash
17 lines
501 B
Bash
# Template file for 'buildbot-slave'
|
|
pkgname=buildbot-slave
|
|
version=0.8.14
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python"
|
|
makedepends="python Twisted"
|
|
depends="${makedepends}"
|
|
pycompile_module="buildslave"
|
|
short_desc="BuildBot Slave Daemon"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://buildbot.net/"
|
|
license="GPL-2"
|
|
distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=7db02738c02d34c4d32508ac200e5f089ba73549315b127a9d8c0808d1a6d7a9
|