Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 649634
Collapse All | Expand All

(-)a/app-crypt/keybase/keybase-1.0.44.ebuild (-1 / +5 lines)
Lines 14-20 SRC_URI="https://github.com/keybase/client/archive/v${MY_PV}.tar.gz -> ${P}.tar. Link Here
14
LICENSE="BSD"
14
LICENSE="BSD"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
IUSE=""
17
IUSE="+suid"
18
18
19
DEPEND="
19
DEPEND="
20
	>=dev-lang/go-1.6:0
20
	>=dev-lang/go-1.6:0
Lines 49-56 src_compile() { Link Here
49
49
50
src_install() {
50
src_install() {
51
	dobin "${T}/keybase"
51
	dobin "${T}/keybase"
52
	dodir "${EROOT}/var/lib/keybase"
53
	fowners keybasehelper:keybasehelper "${EROOT}/var/lib/keybase"
54
	dosym "/tmp/keybase" "${EROOT}/var/lib/keybase/mount1"
52
	dobin "${T}/keybase-mount-helper"
55
	dobin "${T}/keybase-mount-helper"
53
	fowners keybasehelper:keybasehelper "${EROOT}/usr/bin/keybase-mount-helper"
56
	fowners keybasehelper:keybasehelper "${EROOT}/usr/bin/keybase-mount-helper"
57
	use suid && fperms 4755 "${EROOT}/usr/bin/keybase-mount-helper"
54
	dobin "${S}/packaging/linux/run_keybase"
58
	dobin "${S}/packaging/linux/run_keybase"
55
	systemd_douserunit "${S}/packaging/linux/systemd/keybase.service"
59
	systemd_douserunit "${S}/packaging/linux/systemd/keybase.service"
56
}
60
}

Return to bug 649634