void-packages/srcpkgs/gede/template
2021-08-24 16:36:31 +02:00

22 lines
623 B
Bash

# Template file for 'gede'
pkgname=gede
version=2.18.1
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=8883f8418062a3046cf6f8e017bdc954a2a57bc7fb8a0d9ec5a229d7ea33469d
do_install() {
cd $wrksrc
python3 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE
}