Convert packages to the new template format (h).
This commit is contained in:
@@ -3,13 +3,20 @@ pkgname=hg-git
|
||||
version=0.3.4
|
||||
revision=1
|
||||
wrksrc="durin42-hg-git-586b7aa96466"
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
pycompile_module="hggit"
|
||||
fulldepends="python python-dulwich"
|
||||
makedepends="python python-dulwich"
|
||||
short_desc="Hg-Git plugin for Mercurial, adding the ability to push and pull to/from Git"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://bitbucket.org/durin42/hg-git/"
|
||||
distfiles="https://bitbucket.org/durin42/hg-git/get/${version}.tar.bz2"
|
||||
checksum=7931101afe1ae13b0b2196487fe79c5d8ad8f51f08b073ec2fa72ed548b62628
|
||||
|
||||
hg-git_package() {
|
||||
depends="${makedepends}"
|
||||
noarch="yes"
|
||||
pycompile_module="hggit"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user