app-crypt/jacksum - 4.0.0 (gentoo)

Search

Install

Install this version:

emerge -a =app-crypt/jacksum-4.0.0

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

autounmask =app-crypt/jacksum-4.0.0

Or alternatively:

emerge --autounmask-write -a =app-crypt/jacksum-4.0.0

Package Information

Description:
Java utility for working with checksums, CRCs, and message digests (hashes)
Homepage:
https://jacksum.net
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.0.0 9 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Java utility for working with checksums, CRCs, and message digests (hashes)"
HOMEPAGE="https://jacksum.net"
SRC_URI="https://github.com/jonelo/jacksum/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND=">=virtual/jdk-21:*"
RDEPEND=">=virtual/jre-21:*"

DOCS=(
	CODE_OF_CONDUCT.md
	README.md
	RELEASE-NOTES.txt
)

JAVA_MAIN_CLASS="net.jacksum.cli.Main"
JAVA_RESOURCE_DIRS="src/main/resources"
JAVA_SRC_DIR="src/main/java"

Inherited Eclasses

Dependencies

DEPEND

>=virtual/jdk-21:*

RDEPEND

>=virtual/jre-21:*

Manifest for 4.0.0

Type File Size Source URLs
DIST jacksum-4.0.0.tar.gz 1861145 bytes https://github.com/jonelo/jacksum/archive/v4.0.0.tar.gz