app-text/harper - 1.8.0 (guru)

Search

Install

Install this version:

emerge -a =app-text/harper-1.8.0

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

autounmask =app-text/harper-1.8.0

Or alternatively:

emerge --autounmask-write -a =app-text/harper-1.8.0

Package Information

Description:
The language checker for developers.
Homepage:
https://writewithharper.com
License:
Apache-2.0 Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB

Ebuild Details

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

# Autogenerated by pycargoebuild 0.14.0

EAPI=8

RUST_MIN_VER="1.89.0"

CRATES=" "

inherit cargo

DESCRIPTION="The language checker for developers."
HOMEPAGE="https://writewithharper.com"
SRC_URI="
	https://github.com/TimovVeen/harper/releases/download/v${PV}/harper-${PV}-crates.tar.xz
	https://github.com/Automattic/harper/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
"

QA_FLAGS_IGNORED="
	usr/bin/harper-ls
	usr/bin/harper-cli
"

LICENSE="Apache-2.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 MIT MPL-2.0 Unicode-3.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"

src_install() {
	cargo_src_install --path ./harper-ls
	cargo_src_install --path ./harper-cli
}

Inherited Eclasses

Manifest for 1.8.0

Type File Size Source URLs
DIST harper-1.8.0-crates.tar.xz 60270944 bytes https://github.com/TimovVeen/harper/releases/download/v1.8.0/harper-1.8.0-crates.tar.xz
DIST harper-1.8.0.tar.gz 18428310 bytes https://github.com/Automattic/harper/archive/refs/tags/v1.8.0.tar.gz