17 lines
579 B
Bash
17 lines
579 B
Bash
# Template file for 'bzrtools'
|
|
pkgname=bzrtools
|
|
version=2.6.0
|
|
revision=2
|
|
wrksrc=$pkgname
|
|
noarch="yes"
|
|
build_style=python-module
|
|
hostmakedepends="python"
|
|
makedepends="python bzr"
|
|
depends="${makedepends}"
|
|
pycompile_module="bzrlib/plugins/bzrtools"
|
|
homepage="http://bazaar-vcs.org/BzrTools"
|
|
license="GPL-2"
|
|
distfiles="http://launchpad.net/$pkgname/stable/$version/+download/$pkgname-$version.tar.gz"
|
|
short_desc="Plugin providing a collection of utilities for bzr"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
checksum=8b17fbba61dafc8dbefe1917a2ce084a8adc7650dee60add340615270dfb7f58
|