Install this version:
emerge -a =net-mail/gmailctl-0.12.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-mail/gmailctl-0.12.0
Or alternatively:
emerge --autounmask-write -a =net-mail/gmailctl-0.12.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.12.0 | 8 | ~amd64 | 0 |
# Copyright 2021-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Declarative configuration for Gmail filters"
HOMEPAGE="https://github.com/mbrt/gmailctl"
SRC_URI="https://github.com/mbrt/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/${P}-vendor.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
go build "./cmd/${PN}"
}
src_install() {
dobin "${PN}"
einstalldocs
}
src_test() {
go test -v ./...
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | gmailctl-0.12.0-vendor.tar.xz | 2310032 bytes | https://github.com/Tatsh/tatsh-overlay/releases/download/__distfiles__/gmailctl-0.12.0-vendor.tar.xz |
| DIST | gmailctl-0.12.0.tar.gz | 103489 bytes | https://github.com/mbrt/gmailctl/archive/refs/tags/v0.12.0.tar.gz |