Commit: 189b92d70b48cfffab96fc686ad4a342f99daf88 Parent: aaaee4e8ed499a8bf94ac976db5be10b8433b42b Author: 0x766F6964 Date: Tue, 10 Dec 2019 10:04:22 -0700 add app-admin/doas to overlay Diffstat:
A | app-admin/doas/doas-9999.ebuild | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/app-admin/doas/doas-9999.ebuild b/app-admin/doas/doas-9999.ebuild @@ -0,0 +1,14 @@ +EAPI=7 + +inherit git-r3 + +DESCRIPTION="Portable OpenBSD doas" +HOMEPAGE="https://github.com/0x766F6964/doas" +EGIT_REPO_URI="https://github.com/0x766F6964/doas.git" + +SLOT=0 + +src_install() { + emake DESTDIR="${D}" PREFIX="${LOCAL_PREFIX}" install + einstalldocs +}