void-packages/srcpkgs/xchm/template
2021-03-22 15:14:58 +01:00

19 lines
588 B
Bash

# Template file for 'xchm'
pkgname=xchm
version=1.32
revision=1
build_style=gnu-configure
configure_args="--with-wx-config=wx-config-gtk3"
hostmakedepends="automake gettext-devel tar"
makedepends="libchmlib-devel wxWidgets-gtk3-devel"
short_desc="CHM viewer for Unix"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/rzvncj/xCHM"
distfiles="https://github.com/rzvncj/xCHM/releases/download/${version}/xchm-${version}.tar.gz"
checksum=b225adf2da99ab26b039d675c446018bb33815f47aae898cf0bc18cb4ef5222c
pre_configure() {
autoreconf -fi
}