mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-build/pdpmake: new package, add 1.4.2
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
1
dev-build/pdpmake/Manifest
Normal file
1
dev-build/pdpmake/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pdpmake-1.4.2.tgz 39514 BLAKE2B 188d95e4be13de07927f34b05cd2aa5a6e86d238a3e4a2f36f4bf477bc9fd81ba15fc9af9b506c7e22fd95c1669ca6d14877ebd0ebfbcae5558e0ba7450e2039 SHA512 3f43685eeaeea15d55d4a6e7ca6f8a36d344e4f5096aca19f56b696db79dcf6a7d9593cef1d99b15d1a025ee45c23a4e1c217800bbc6006afacf20468c547d31
|
||||
8
dev-build/pdpmake/metadata.xml
Normal file
8
dev-build/pdpmake/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@hacktivis.me</email>
|
||||
<name>Haelwenn (lanodan) Monnier</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
19
dev-build/pdpmake/pdpmake-1.4.2.ebuild
Normal file
19
dev-build/pdpmake/pdpmake-1.4.2.ebuild
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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/pdpmake-1.4.2.tgz"
|
||||
LICENSE="public-domain"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake install DESTDIR="${ED}" PREFIX=/usr
|
||||
}
|
||||
Reference in New Issue
Block a user