add app-crypt/hash-pipe
This commit is contained in:
parent
6509a9af71
commit
3b6c7b7284
1 changed files with 28 additions and 0 deletions
28
app-crypt/hash-pipe/hash-pipe-0.1.0.ebuild
Normal file
28
app-crypt/hash-pipe/hash-pipe-0.1.0.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
DESCRIPTION="Like sha256sum or sha512sum, except it passes data through."
|
||||||
|
HOMEPAGE="https://git.decade.cz/decade-public/${PN}"
|
||||||
|
SRC_URI="https://git.decade.cz/decade-public/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${PV}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="*"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-libs/openssl
|
||||||
|
sys-libs/glibc
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
./build.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin ${PN}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue