16 lines
646 B
Bash
16 lines
646 B
Bash
# Template file for 'hivex'
|
|
pkgname=hivex
|
|
version=1.3.19
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--disable-ocaml" # currently ocaml is broken
|
|
hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"
|
|
makedepends="libxml2-devel python3-devel ruby-devel perl"
|
|
depends="perl"
|
|
short_desc="System for extracting the contents of Windows Registry"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="http://libguestfs.org"
|
|
distfiles="http://libguestfs.org/download/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=5102cc5149767229dbfb436ae7b47dd85b90e0215445e42c2809cbe32e54f762
|
|
nocross=yes
|