sys-apps/viddy - 0.3.4 (graaff)

Search

Install

Install this version:

emerge -a =sys-apps/viddy-0.3.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/viddy-0.3.4

Or alternatively:

emerge --autounmask-write -a =sys-apps/viddy-0.3.4

Package Information

Description:
A modern watch command. Time machine and pager etc.
Homepage:
https://github.com/sachaos/viddy
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.3.4 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit go-module

DESCRIPTION="A modern watch command. Time machine and pager etc."
HOMEPAGE="https://github.com/sachaos/viddy"

SRC_URI="https://github.com/sachaos/viddy/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://moving-innovations.com/~graaff/${P}-deps.tar.xz"

#S="${WORKDIR}/viddy-${PV}"

LICENSE="BSD"
#RESTRICT+=" test"
SLOT="0"
KEYWORDS="~amd64"

BDEPEND="dev-go/gox"

src_compile() {
	ego build
}

src_install() {
	dobin viddy
	dodoc README.md
}

Inherited Eclasses

Dependencies

BDEPEND

dev-go/gox

Manifest for 0.3.4

Type File Size Source URLs
DIST viddy-0.3.4-deps.tar.xz 27819968 bytes https://moving-innovations.com/~graaff/viddy-0.3.4-deps.tar.xz
DIST viddy-0.3.4.tar.gz 9403035 bytes https://github.com/sachaos/viddy/archive/v0.3.4.tar.gz