void-packages/srcpkgs/xchm/template
2019-06-21 16:17:15 +02:00

18 lines
584 B
Bash

# Template file for 'xchm'
pkgname=xchm
version=1.30
revision=1
build_style=gnu-configure
configure_args="--with-wx-config=wx-config-gtk3"
hostmakedepends="automake gettext-devel"
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=85a98f2a40d53fb43a49dfe91f0854cd511033271b3a9c45f0a5d77bc7e2c5a0
pre_configure() {
autoreconf -fi
}