void-packages/srcpkgs/gtkwave/template

19 lines
638 B
Bash

# Template file for 'gtkwave'
pkgname=gtkwave
version=3.3.121
revision=1
build_style=gnu-configure
configure_args="--enable-gtk3 --with-tcl=${XBPS_CROSS_BASE}/usr/lib --with-tk=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="gperf pkg-config"
makedepends="gtk+3-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-gtk3-${version}.tar.gz"
checksum=54aa45788d6d52afb659c3aef335aafde0ef2c8990a7770f8eaa64e57f227346
post_install() {
vlicense LICENSE.TXT
}