pentoo-overlay/sys-apps/magic-pax/magic-pax-0.0.1.ebuild
Rick Farina (Zero_Chaos) 41d60173e9
magic-pax: pkgcheck fixes
2024-05-02 13:00:03 -04:00

18 lines
340 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"
S="${WORKDIR}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
PDEPEND="sys-apps/elfix"
src_install() {
dobin "${FILESDIR}"/magic-pax
}