net-misc/natscli - 0.1.3 (ubuilds)

Search

Install

Install this version:

emerge -a =net-misc/natscli-0.1.3

Package Information

Description:
The NATS Command Line Interface
Homepage:
https://github.com/nats-io/natscli
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.1.3 8 amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=8

DESCRIPTION="The NATS Command Line Interface"
HOMEPAGE="https://github.com/nats-io/natscli"
MY_P="nats-${PV}-linux-amd64"
SRC_URI="https://github.com/nats-io/natscli/releases/download/v${PV}/${MY_P}.zip"
QA_PRESTRIPPED="usr/bin/nats"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MY_P}"

src_install() {
	dobin nats
	dodoc README.md
}

Manifest for 0.1.3

Type File Size Source URLs
DIST nats-0.1.3-linux-amd64.zip 8992464 bytes https://github.com/nats-io/natscli/releases/download/v0.1.3/nats-0.1.3-linux-amd64.zip