# Template file for 'git-remote-hg' pkgname=git-remote-hg version=1.0.3.2 revision=1 build_style="gnu-makefile" make_build_target="prefix=/usr doc" make_install_target="prefix=/usr install-doc" hostmakedepends="asciidoc" depends="mercurial" short_desc="Transparent bidirectional bridge between Git and Mercurial for Git" maintainer="Piraty " license="GPL-2.0-only" homepage="https://github.com/mnauw/git-remote-hg" distfiles="https://github.com/mnauw/git-remote-hg/archive/refs/tags/v${version}.tar.gz" checksum=a7eec4a0ac9485cbb3cad0720ec0fecaeca9a2f5fa4e3eb1299dfa5162b0e25b python_version=3 post_install() { # upstream's Makefile does all kinds of weird tests, so just take them as # they are vbin git-remote-hg vbin git-hg-helper }