void-packages/srcpkgs/kshdb/template

20 lines
505 B
Bash
Raw Normal View History

2019-11-03 20:10:27 +01:00
# Template file for 'kshdb'
pkgname=kshdb
2019-11-05 13:16:14 +01:00
version=1.1.0
2019-11-03 20:10:27 +01:00
revision=1
archs="noarch"
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"
2019-11-05 13:16:14 +01:00
checksum=bfc4026e80c9f55719af6d5d51349be422292da828a8190ef86260ca8ac390c3
2019-11-03 20:10:27 +01:00
python_version=3
pre_configure() {
autoreconf -fi
}