5679f2d395
This commit adds a patch that fixes bad escape sequences in prompt. This should be fixed in next release of cgdb. The patch is based of https://github.com/cgdb/cgdb/issues/239#issuecomment-706249589 and https://github.com/cgdb/cgdb/issues/255#issuecomment-820546156.
16 lines
544 B
Bash
16 lines
544 B
Bash
# Template file for 'cgdb'
|
|
pkgname=cgdb
|
|
version=0.7.1
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="ac_cv_rl_version=6.3
|
|
ac_cv_file__proc_self_status=yes"
|
|
hostmakedepends="flex texinfo"
|
|
makedepends="ncurses-devel readline-devel"
|
|
depends="gdb"
|
|
short_desc="Curses-based interface to the GNU Debugger"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://cgdb.sourceforge.net"
|
|
distfiles="http://cgdb.me/files/cgdb-${version}.tar.gz"
|
|
checksum=bb723be58ec68cb59a598b8e24a31d10ef31e0e9c277a4de07b2f457fe7de198
|