pentoo-overlay/sys-apps/magic-pax/magic-pax-0.0.1.ebuild
2024-04-02 22:34:35 -04:00

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
}