blob: 5d88a5e27ad2f2c8a1164ba1988dccf504b9c0bd [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=7
CROS_GO_SOURCE=(
"github.com/texttheater/golang-levenshtein eb6844b05fc6f7e10932b0621c7f5f7e8890541d"
)
CROS_GO_PACKAGES=(
"github.com/texttheater/golang-levenshtein/levenshtein"
)
inherit cros-go
DESCRIPTION="Go subcommand library"
HOMEPAGE="https://github.com/texttheater/golang-levenshtein/levenshtein"
SRC_URI="$(cros-go_src_uri)"
LICENSE="MIT"
SLOT="0"
KEYWORDS="*"
IUSE=""
RESTRICT="binchecks strip"
DEPEND=""
RDEPEND="${DEPEND}"