26 lines
766 B
Bash
26 lines
766 B
Bash
# Template file for 'hg-git'
|
|
pkgname=hg-git
|
|
version=0.8.12
|
|
revision=1
|
|
wrksrc="durin42-hg-git-c651bb6fcf33"
|
|
archs=noarch
|
|
build_style=python2-module
|
|
hostmakedepends="python"
|
|
makedepends="python python-dulwich"
|
|
depends="${makedepends}"
|
|
checkdepends="mercurial git"
|
|
pycompile_module="hggit"
|
|
short_desc="Mercurial plugin adding the ability to push and pull to/from Git"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://bitbucket.org/durin42/hg-git"
|
|
distfiles="https://bitbucket.org/durin42/hg-git/get/${version}.tar.bz2"
|
|
checksum=5ca4aac0b526e8fb6c31a3d67d09f6bdd4c1ad94075a3e25bd28307d6fd84158
|
|
|
|
do_check() {
|
|
# broken connecting to fake ssh server
|
|
rm tests/test-pull.t
|
|
rm tests/test-push.t
|
|
rm tests/test-git-clone.t
|
|
make tests
|
|
}
|