void-packages/srcpkgs/hivex/template
2021-07-31 16:51:42 -05:00

16 lines
646 B
Bash

# Template file for 'hivex'
pkgname=hivex
version=1.3.20
revision=1
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=f523c37bb064a4bab7db5224902c34eee4f9fab2d9b81cf615b32c0b8509d32d
nocross=yes