# Template file for 'gede'
pkgname=gede
version=2.18.2
revision=1
build_wrksrc=src
build_style=qmake
hostmakedepends="python3 qt5-qmake qt5-host-tools"
makedepends="qt5-devel"
depends="gdb ctags"
short_desc="Graphical frontend (GUI) to GDB written in Qt"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-2-Clause"
homepage="http://acidron.com/gede"
distfiles="http://gede.dexar.se/uploads/source/${pkgname}-${version}.tar.xz"
checksum=416ac31d5fb6b6b97ec0a2a26d68836be915444375d7a3b043a0e899a2a3dcb6

do_install() {
	cd $wrksrc
	python3 build.py install --prefix="${PKGDESTDIR}/usr" install
	vlicense LICENSE
}