void-packages/srcpkgs/gtkwave/template

19 lines
618 B
Bash

# Template file for 'gtkwave'
pkgname=gtkwave
version=3.3.117
revision=1
build_style=gnu-configure
configure_args="--with-tcl=${XBPS_CROSS_BASE}/usr/lib --with-tk=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="gperf pkg-config"
makedepends="gtk+-devel tk-devel"
short_desc="Fully featured GTK+ based wave viewer"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, MIT"
homepage="https://gtkwave.sourceforge.net/"
distfiles="https://gtkwave.sourceforge.net/gtkwave-${version}.tar.gz"
checksum=55520fc308244c5dc99d5a3f42f5e782eb8e6a9e81cece5c84ea3f11875bff13
post_install() {
vlicense LICENSE.TXT
}