parent
66631032d5
commit
93f5de22ff
1 changed files with 23 additions and 0 deletions
23
srcpkgs/git-remote-hg/template
Normal file
23
srcpkgs/git-remote-hg/template
Normal file
|
@ -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 <piraty1@inbox.ru>"
|
||||
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
|
||||
}
|
Loading…
Reference in a new issue