void-packages/srcpkgs/make/template
classabbyamp a4a619bc98 srcpkgs: reënable tests in CI where possible
mostly failures due to root-ness
2025-03-02 00:41:44 -05:00

17 lines
569 B
Bash

# Template file for 'make'
pkgname=make
version=4.4.1
revision=1
bootstrap=yes
build_style=gnu-configure
configure_args="$(vopt_with guile)"
hostmakedepends="$(vopt_if guile pkg-config)"
makedepends="$(vopt_if guile 'gc-devel guile-devel')"
checkdepends="perl tar"
short_desc="GNU Make build tool"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="http://www.gnu.org/software/make"
distfiles="${GNU_SITE}/make/${pkgname}-${version}.tar.lz"
checksum=8814ba072182b605d156d7589c19a43b89fc58ea479b9355146160946f8cf6e9
build_options=guile