summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/paxopen/paxopen-1.1.ebuild')
-rw-r--r--sys-apps/paxopen/paxopen-1.1.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/sys-apps/paxopen/paxopen-1.1.ebuild b/sys-apps/paxopen/paxopen-1.1.ebuild
new file mode 100644
index 00000000..86810d38
--- /dev/null
+++ b/sys-apps/paxopen/paxopen-1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+RESTRICT="mirror"
+
+DESCRIPTION="A wrapper script to set PAX kernel variables to an insecure/safe state"
+HOMEPAGE="https://github.com/vaeth/paxopen/"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+src_install() {
+ dosbin "${PN}"
+ insinto /usr/share/zsh/site-functions
+ doins _"${PN}"
+}