22 lines
642 B
Bash
22 lines
642 B
Bash
# Template file for 'gede'
|
|
pkgname=gede
|
|
version=2.19.3
|
|
revision=1
|
|
build_wrksrc=src
|
|
build_style=qmake
|
|
hostmakedepends="python3 qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-devel qt5-serialport-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="https://gede.dexar.se"
|
|
distfiles="http://gede.dexar.se/uploads/source/${pkgname}-${version}.tar.xz"
|
|
checksum=f5f685c928207c3eed59eea532a958f136255767086ce907d1c37ab077de415d
|
|
|
|
do_install() {
|
|
cd $wrksrc
|
|
python3 build.py install --prefix="${PKGDESTDIR}/usr" install
|
|
vlicense LICENSE
|
|
}
|