New package: kshdb-1.0.0

This commit is contained in:
Leah Neukirchen 2019-11-03 20:10:27 +01:00
parent dd29fda787
commit 6d1f034ad9

19
srcpkgs/kshdb/template Normal file
View File

@ -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 <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=35156ef985fb3a76cf9372963a20f9718a629e6a702e3dbec7f414f9be4bfbfa
python_version=3
pre_configure() {
autoreconf -fi
}