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
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.8.0 | 8 | ~amd64 | 0 |
# 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
}
| 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 |