d78cb0d201
some packages were dropped but their maintainer= was not updated in template. this will help new maintainers adopt these packages. -> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
17 lines
526 B
Bash
17 lines
526 B
Bash
# Template file for 'dejagnu'
|
|
pkgname=dejagnu
|
|
version=1.6.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="expect-devel"
|
|
depends="expect"
|
|
short_desc="Framework for running test suites on GNU tools"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://www.gnu.org/software/dejagnu/"
|
|
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=0d0671e1b45189c5fc8ade4b3b01635fb9eeab45cf54f57db23e4c4c1a17d261
|
|
|
|
if [ "$CROSS_BUILD" ]; then
|
|
hostmakedepends="${makedepends}"
|
|
fi
|