diff options
-rw-r--r-- | net-p2p/syncthing/syncthing-0.14.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/syncthing/syncthing-0.14.3.ebuild b/net-p2p/syncthing/syncthing-0.14.3.ebuild index 6b30bdc1cf88..e18e316c5d88 100644 --- a/net-p2p/syncthing/syncthing-0.14.3.ebuild +++ b/net-p2p/syncthing/syncthing-0.14.3.ebuild @@ -4,14 +4,13 @@ EAPI=6 -EGO_PN="github.com/syncthing/syncthing" -EGIT_COMMIT=v${PV} +EGO_PN="github.com/${PN}/${PN}" inherit golang-vcs-snapshot systemd user versionator DESCRIPTION="Open Source Continuous File Synchronization" HOMEPAGE="https://syncthing.net" -SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://${EGO_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MPL-2.0" SLOT="0" @@ -63,6 +62,7 @@ src_test() { src_install() { cd src/${EGO_PN} || die doman man/*.[157] + einstalldocs if use tools ; then dobin bin/syncthing |