18 lines
490 B
Bash
18 lines
490 B
Bash
# Template file for 'kshdb'
|
|
pkgname=kshdb
|
|
version=1.1.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake ksh"
|
|
depends="ksh python3"
|
|
short_desc="Korn Shell Debugger"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/rocky/kshdb"
|
|
distfiles="https://github.com/rocky/kshdb/archive/${version}.tar.gz"
|
|
checksum=bfc4026e80c9f55719af6d5d51349be422292da828a8190ef86260ca8ac390c3
|
|
python_version=3
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|