void-packages/srcpkgs/gede/template
2021-03-08 10:40:33 +07:00

22 lines
625 B
Bash

# Template file for 'gede'
pkgname=gede
version=2.16.2
revision=1
build_wrksrc=src
build_style=qmake
hostmakedepends="python 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.acidron.com/uploads/source/${pkgname}-${version}.tar.xz"
checksum=32c390099d9755ec54836a04ef82ffcd315bd6912525714f626b3eb87db248a1
do_install() {
cd $wrksrc
python2 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE
}