diff --git a/srcpkgs/git-remote-hg/template b/srcpkgs/git-remote-hg/template new file mode 100644 index 00000000000..e7b99cba3b8 --- /dev/null +++ b/srcpkgs/git-remote-hg/template @@ -0,0 +1,23 @@ +# 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 +}