Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 660468 - [new package] x11-misc/yagostatus - Yet Another i3status replacement written in Go
Summary: [new package] x11-misc/yagostatus - Yet Another i3status replacement written ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-05 20:07 UTC by Andrey Burov
Modified: 2018-07-07 22:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
metadata.xml (metadata.xml,330 bytes, text/xml)
2018-07-05 20:07 UTC, Andrey Burov
Details
yagostatus-0.2.0.ebuild (yagostatus-0.2.0.ebuild,676 bytes, text/plain)
2018-07-05 20:08 UTC, Andrey Burov
Details
yagostatus-9999.ebuild (yagostatus-9999.ebuild,592 bytes, text/plain)
2018-07-05 20:09 UTC, Andrey Burov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Burov 2018-07-05 20:07:19 UTC
Hello.

Ebuilds for yagostatus (Yet Another i3status replacement written in Go).
https://github.com/burik666/yagostatus
Comment 1 Andrey Burov 2018-07-05 20:07:43 UTC
Created attachment 538502 [details]
metadata.xml
Comment 2 Andrey Burov 2018-07-05 20:08:50 UTC
Created attachment 538504 [details]
yagostatus-0.2.0.ebuild
Comment 3 Andrey Burov 2018-07-05 20:09:21 UTC
Created attachment 538506 [details]
yagostatus-9999.ebuild
Comment 4 Andrey Burov 2018-07-07 12:05:12 UTC
Comment on attachment 538504 [details]
yagostatus-0.2.0.ebuild

># Copyright 1999-2016 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
>
>EAPI=6
>inherit golang-vcs-snapshot
>
>EGO_PN="github.com/burik666/yagostatus"
>EGIT_COMMIT="0.2.0"
>SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
>KEYWORDS="~amd64"
>DEPEND="dev-lang/go"
>
>DESCRIPTION="Yet Another i3status replacement written in Go"
>HOMEPAGE="https://github.com/burik666/yagostatus"
>LICENSE="GPL3"
>SLOT="0/${PVR}"
>IUSE=""
>
>src_prepare() {
>	default
>	GOPATH="${S}:$(get_golibdir_gopath)" go get ./...
>}
>
>src_install() {
>	default
>	dobin bin/yagostatus
>	dodoc ${S}/src/${EGO_PN}/README.md
>	dodoc ${S}/src/${EGO_PN}/yagostatus.yml
>}
Comment 5 Andrey Burov 2018-07-07 22:50:05 UTC
https://github.com/gentoo/gentoo/pull/9078