net-misc/commons-wikimedia-find-by-hash - 1.0.0 (guru)

Search

Install

Install this version:

emerge -a =net-misc/commons-wikimedia-find-by-hash-1.0.0

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

autounmask =net-misc/commons-wikimedia-find-by-hash-1.0.0

Or alternatively:

emerge --autounmask-write -a =net-misc/commons-wikimedia-find-by-hash-1.0.0

Package Information

Description:
Search in commons.wikimedia.org by hash (sha1) of provided file
Homepage:
https://gitlab.com/vitaly-zdanevich/commons-wikimedia-find-by-hash
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Search in commons.wikimedia.org by hash (sha1) of provided file"
HOMEPAGE="https://gitlab.com/vitaly-zdanevich/commons-wikimedia-find-by-hash"
SRC_URI="https://gitlab.com/vitaly-zdanevich/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT=0
KEYWORDS="~amd64 ~x86"

RDEPEND="
	net-misc/curl
	app-misc/jq
"

src_install() {
	dobin "${PN}".sh
}

Dependencies

RDEPEND

	net-misc/curl
	app-misc/jq

Manifest for 1.0.0

Type File Size Source URLs
DIST commons-wikimedia-find-by-hash-1.0.0.tar.bz2 530 bytes https://gitlab.com/vitaly-zdanevich/commons-wikimedia-find-by-hash/-/archive/1.0.0/commons-wikimedia-find-by-hash-1.0.0.tar.bz2