net-misc/curlie - 1.8.2 (guru)

Search

Install

Install this version:

emerge -a =net-misc/curlie-1.8.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/curlie-1.8.2

Or alternatively:

emerge --autounmask-write -a =net-misc/curlie-1.8.2

Package Information

Description:
Curlie is a frontend to curl that adds the ease of use of httpie
Homepage:
https://rs.github.io/curlie/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.8.2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit go-module

DESCRIPTION="Curlie is a frontend to curl that adds the ease of use of httpie"
HOMEPAGE="https://rs.github.io/curlie/"
SRC_URI="https://github.com/rs/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

# Using a dependency tarball as per https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html
DEPS_URI="https://github.com/freijon/${PN}/releases/download/v${PV}/${P}-deps.tar.xz"
SRC_URI+=" ${DEPS_URI}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	net-misc/curl
"
RDEPEND="${DEPEND}"

src_compile() {
	ego build .
}

src_install() {
	dobin ${PN}
	dodoc "README.md"
	default
}

Inherited Eclasses

Dependencies

DEPEND

	net-misc/curl

RDEPEND

	net-misc/curl

Manifest for 1.8.2

Type File Size Source URLs
DIST curlie-1.8.2-deps.tar.xz 2437668 bytes https://github.com/freijon/curlie/releases/download/v1.8.2/curlie-1.8.2-deps.tar.xz
DIST curlie-1.8.2.tar.gz 440572 bytes https://github.com/rs/curlie/archive/refs/tags/v1.8.2.tar.gz