# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit go-module optfeature desktop xdg # Building this list can be done by: # cd $(mktemp -d) # PV="2.0.10" # wget "https://github.com/zyedidia/micro/archive/v${PV}.tar.gz" # tar -xvzf "v${PV}.tar.gz" # sed -Ee 's/^(.+) h1:.+$/\t"\1"/g' "micro-${PV}/go.sum" > go.sum.out EGO_SUM=( "github.com/blang/semver v3.5.1+incompatible" "github.com/blang/semver v3.5.1+incompatible/go.mod" "github.com/chzyer/logex v1.1.10/go.mod" "github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod" "github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod" "github.com/davecgh/go-spew v1.1.0/go.mod" "github.com/davecgh/go-spew v1.1.1" "github.com/davecgh/go-spew v1.1.1/go.mod" "github.com/dustin/go-humanize v1.0.0" "github.com/dustin/go-humanize v1.0.0/go.mod" "github.com/gdamore/encoding v1.0.0" "github.com/gdamore/encoding v1.0.0/go.mod" "github.com/go-errors/errors v1.0.1" "github.com/go-errors/errors v1.0.1/go.mod" "github.com/kr/pretty v0.1.0" "github.com/kr/pretty v0.1.0/go.mod" "github.com/kr/pty v1.1.1/go.mod" "github.com/kr/text v0.1.0" "github.com/kr/text v0.1.0/go.mod" "github.com/lucasb-eyer/go-colorful v1.0.3" "github.com/lucasb-eyer/go-colorful v1.0.3/go.mod" "github.com/mattn/go-isatty v0.0.11" "github.com/mattn/go-isatty v0.0.11/go.mod" "github.com/mitchellh/go-homedir v1.1.0" "github.com/mitchellh/go-homedir v1.1.0/go.mod" "github.com/pmezard/go-difflib v1.0.0" "github.com/pmezard/go-difflib v1.0.0/go.mod" "github.com/rivo/uniseg v0.1.0" "github.com/rivo/uniseg v0.1.0/go.mod" "github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff" "github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff/go.mod" "github.com/sergi/go-diff v1.1.0" "github.com/sergi/go-diff v1.1.0/go.mod" "github.com/stretchr/objx v0.1.0/go.mod" "github.com/stretchr/testify v1.4.0" "github.com/stretchr/testify v1.4.0/go.mod" "github.com/xo/terminfo v0.0.0-20200218205459-454e5b68f9e8" "github.com/xo/terminfo v0.0.0-20200218205459-454e5b68f9e8/go.mod" "github.com/yuin/gopher-lua v0.0.0-20190206043414-8bfc7677f583/go.mod" "github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb" "github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb/go.mod" "github.com/zyedidia/clipboard v1.0.3" "github.com/zyedidia/clipboard v1.0.3/go.mod" "github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3" "github.com/zyedidia/glob v0.0.0-20170209203856-dd4023a66dc3/go.mod" "github.com/zyedidia/go-runewidth v0.0.12" "github.com/zyedidia/go-runewidth v0.0.12/go.mod" "github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655" "github.com/zyedidia/go-shellquote v0.0.0-20200613203517-eccd813c0655/go.mod" "github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5" "github.com/zyedidia/highlight v0.0.0-20170330143449-201131ce5cf5/go.mod" "github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d" "github.com/zyedidia/json5 v0.0.0-20200102012142-2da050b1a98d/go.mod" "github.com/zyedidia/poller v1.0.1" "github.com/zyedidia/poller v1.0.1/go.mod" "github.com/zyedidia/pty v1.1.15" "github.com/zyedidia/pty v1.1.15/go.mod" "github.com/zyedidia/tcell/v2 v2.0.8" "github.com/zyedidia/tcell/v2 v2.0.8/go.mod" "github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415" "github.com/zyedidia/terminal v0.0.0-20180726154117-533c623e2415/go.mod" "golang.org/x/sys v0.0.0-20190204203706-41f3e6584952/go.mod" "golang.org/x/sys v0.0.0-20190626150813-e07cf5db2756/go.mod" "golang.org/x/sys v0.0.0-20191026070338-33540a1f6037" "golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod" "golang.org/x/text v0.3.0/go.mod" "golang.org/x/text v0.3.2" "golang.org/x/text v0.3.2/go.mod" "golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod" "gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod" "gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15" "gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod" "gopkg.in/sourcemap.v1 v1.0.5" "gopkg.in/sourcemap.v1 v1.0.5/go.mod" "gopkg.in/yaml.v2 v2.2.2/go.mod" "gopkg.in/yaml.v2 v2.2.4/go.mod" "gopkg.in/yaml.v2 v2.2.7" "gopkg.in/yaml.v2 v2.2.7/go.mod" "layeh.com/gopher-luar v1.0.7" "layeh.com/gopher-luar v1.0.7/go.mod" ) go-module_set_globals DESCRIPTION="Modern and intuitive terminal-based text editor" HOMEPAGE="https://github.com/zyedidia/micro" SRC_URI=" https://github.com/zyedidia/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz ${EGO_SUM_SRC_URI} " LICENSE="MIT Apache-2.0 BSD MPL-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" BDEPEND="dev-vcs/git" src_compile() { go build -v -work -x -o ${PN} -ldflags \ "-s -w -X github.com/zyedidia/micro/v2/internal/util.Version=${PV} -X github.com/zyedidia/micro/v2/internal/util.CompileDate=$(date -u +%Y-%m-%dT%H:%M:%SZ)" \ ./cmd/micro || die } src_install() { dobin ${PN} doman ./assets/packaging/micro.1 domenu assets/packaging/micro.desktop einstalldocs } pkg_postinst() { # update desktop file mime cache xdg_pkg_postinst optfeature_header "Clipboard support with display servers:" optfeature "Xorg" x11-misc/xsel x11-misc/xclip optfeature "Wayland" gui-apps/wl-clipboard }