doas-9999.ebuild (247B)
1 EAPI=8 2 3 inherit git-r3 4 5 DESCRIPTION="Portable OpenBSD doas" 6 HOMEPAGE="https://github.com/rnpnr/doas" 7 EGIT_REPO_URI="https://github.com/rnpnr/doas.git" 8 9 SLOT=0 10 11 src_install() { 12 emake DESTDIR="${D}" PREFIX="${LOCAL_PREFIX}" install 13 einstalldocs 14 }