void-packages/srcpkgs/gede/template
2019-04-23 01:00:25 +02:00

25 lines
688 B
Bash

# Template file for 'gede'
pkgname=gede
version=2.13.1
revision=1
build_wrksrc=src
build_style=qmake
hostmakedepends="python qt5-qmake"
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.acidron.com/uploads/source/${pkgname}-${version}.tar.xz"
checksum=73158f817b9d34d95d47c463d694ff5920c563c52c6e2031dad5b2070bb90f03
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
fi
do_install() {
cd $wrksrc
python2 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE
}