mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
app-admin/himitsu-ssh: add 0.4
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
parent
8cc9b9f115
commit
527693bf42
@ -1 +1,2 @@
|
||||
DIST himitsu-ssh-0.3.tar.gz 18468 BLAKE2B ddc984ad1a2bd729b9b1be2685e8e33e646ef93c4e69a0767cc2858a1b5f364e21e2a6f8caa34367250897fd0e0b7f5b4c089c0c1a9b22d75e4f6cdf0681af69 SHA512 a969e38b00cb11cb2f060ddd4da489444d4e655eec54ea7aad1cc27548589460cee7ca36a1161291f79be270e342cfa86366c01b95ddd33a89eefcd6724de6e2
|
||||
DIST himitsu-ssh-0.4.tar.gz 20661 BLAKE2B b1f0e0ce8bd280989afd6566a4bf41c0e186f2589be1f6b917ee967ffed4472c8a3d239f544134349a1ceba9bf0c07994eedd1b811ff082fb699a5d93db94e76 SHA512 32720e3e7eb887ced62da2ac9897c2a26ae019ff4bab2d4cf02c178fad47094b7e6e7fddcc7a89779a3ad604e49cc0ae908143ea6e16544133a64b32630b7b33
|
||||
|
39
app-admin/himitsu-ssh/himitsu-ssh-0.4.ebuild
Normal file
39
app-admin/himitsu-ssh/himitsu-ssh-0.4.ebuild
Normal file
@ -0,0 +1,39 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ "${PV}" = "9999" ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh"
|
||||
else
|
||||
SRC_URI="https://git.sr.ht/~sircmpwn/himitsu-ssh/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
DESCRIPTION="SSH integration for Himitsu"
|
||||
HOMEPAGE="https://git.sr.ht/~sircmpwn/himitsu-ssh"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=app-admin/himitsu-0.8:=
|
||||
>=dev-hare/hare-ssh-0.24.2:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-lang/hare-0.24.2:=
|
||||
"
|
||||
BDEPEND="app-text/scdoc"
|
||||
|
||||
# All binaries are hare-built
|
||||
QA_FLAGS_IGNORED=".*"
|
||||
|
||||
src_configure() {
|
||||
sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Don't run tests if there's none (which is the case of 0.3)
|
||||
grep -r '@test fn' . && emake check
|
||||
}
|
@ -17,12 +17,12 @@ LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-admin/himitsu:=
|
||||
>=dev-hare/hare-ssh-0.24.0:=
|
||||
>=app-admin/himitsu-0.8:=
|
||||
>=dev-hare/hare-ssh-0.24.2:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-lang/hare-0.24.0:=
|
||||
>=dev-lang/hare-0.24.2:=
|
||||
"
|
||||
BDEPEND="app-text/scdoc"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user