mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: kshdb-1.0.0
This commit is contained in:
parent
dd29fda787
commit
6d1f034ad9
1 changed files with 19 additions and 0 deletions
19
srcpkgs/kshdb/template
Normal file
19
srcpkgs/kshdb/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue