app-misc/dotsync - 0.1.2 (mbaraa-overlay)

Search

Package Information

Description:
Dotfiles synchronizer thingy
Homepage:
https://dotsync.org/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 ~amd64 ~x86 ~arm ~arm64 0
View Raw Ebuild
EAPI=8

inherit go-module

DESCRIPTION="Dotfiles synchronizer thingy"
HOMEPAGE="https://dotsync.org/"
SRC_URI="https://github.com/mbaraa/dotsync/archive/v${PV}.tar.gz -> ${P}.tar.gz
			${EGO_SUM_SRC_URI}"

go-module_set_globals

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
IUSE=""

BDEPEND=">=dev-lang/go-1.20"

src_compile() {
	go get
	go build -o dotsync\
		-ldflags="-w -s"
}

src_install() {
	dobin dotsync
	dodoc README.md
}

Dependencies

BDEPEND

>=dev-lang/go-1.20

Manifest for 0.1.2

Type File Size Source URLs
DIST dotsync-0.1.2.tar.gz 39551 bytes https://github.com/mbaraa/dotsync/archive/v0.1.2.tar.gz