mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-15 21:02:30 +01:00
19 lines
341 B
Bash
19 lines
341 B
Bash
# Copyright 1999-2024 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Attempt at applying pax marks effectively"
|
|
HOMEPAGE="https://none.com"
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm x86"
|
|
|
|
PDEPEND="sys-apps/elfix"
|
|
|
|
S="${WORKDIR}"
|
|
|
|
src_install() {
|
|
dobin "${FILESDIR}"/magic-pax
|
|
}
|