diff --git a/srcpkgs/kshdb/template b/srcpkgs/kshdb/template new file mode 100644 index 00000000000..d2381157a97 --- /dev/null +++ b/srcpkgs/kshdb/template @@ -0,0 +1,19 @@ +# Template file for 'kshdb' +pkgname=kshdb +version=1.0.0 +revision=1 +archs="noarch" +build_style=gnu-configure +hostmakedepends="automake ksh" +depends="ksh python3" +short_desc="Korn Shell Debugger" +maintainer="Leah Neukirchen " +license="GPL-2.0-or-later" +homepage="https://github.com/rocky/kshdb" +distfiles="https://github.com/rocky/kshdb/archive/${version}.tar.gz" +checksum=35156ef985fb3a76cf9372963a20f9718a629e6a702e3dbec7f414f9be4bfbfa +python_version=3 + +pre_configure() { + autoreconf -fi +}