dev-build/pdpmake - 2.0.4 (guru)

Search

Install

Install this version:

emerge -a =dev-build/pdpmake-2.0.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-build/pdpmake-2.0.4

Or alternatively:

emerge --autounmask-write -a =dev-build/pdpmake-2.0.4

Package Information

Description:
Public domain POSIX make
Homepage:
https://frippery.org/make
License:
Unlicense

Ebuild Details

Version EAPI Keywords Slot
2.0.4 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Public domain POSIX make"
HOMEPAGE="https://frippery.org/make"
SRC_URI="https://frippery.org/make/${P}.tgz"
LICENSE="Unlicense"
SLOT="0"
KEYWORDS="~amd64"

src_test() {
	pushd ./testsuite || die

	# Call manually instead of using `make test`
	# Seems to run in POSIX mode otherwise, leading to POSIX 2024 tests being skipped
	./runtest || die

	popd
}

src_install() {
	doman pdpmake.1
	emake install DESTDIR="${ED}" PREFIX=/usr
}

Manifest for 2.0.4

Type File Size Source URLs
DIST pdpmake-2.0.4.tgz 47337 bytes https://frippery.org/make/pdpmake-2.0.4.tgz