mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-admin/himitsu-ssh: add 0.10.0
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST himitsu-ssh-0.10.0.tar.gz 21264 BLAKE2B a4f00b4e230edd1cbc4a4bc0dac2e18bb7276996eae148105f58634ed98c671dfb10ca93a5185cbc8174cbf507c4662085016eb0139f967cb4d5a76a6ae5d553 SHA512 f9f371a8daddac21a74ea2fc296fe62486f49381b47faca97d1689f85f1d2409277c0bd2c177b7832f9fbcbbcc21fdaff78e685eeb77f8b66b3413304a6ef030
|
||||
DIST himitsu-ssh-0.9.1.tar.gz 21004 BLAKE2B c0d83afd3519ac36bf27d66efc10a03465249a511a1e5eff006382366e35d9315d73cee4096785d509473ff24b589b2c23e43508a41d4dabb7b39780e25af9a4 SHA512 b906e3ae6573ed8177a5388b28c6adb320e2a22abbd36af5fe39ce31c458c2a942bd38233c029d86b05365e5f01a5560815f58663ced0ccee2d1ca56c63b1f60
|
||||
|
||||
39
app-admin/himitsu-ssh/himitsu-ssh-0.10.0.ebuild
Normal file
39
app-admin/himitsu-ssh/himitsu-ssh-0.10.0.ebuild
Normal file
@@ -0,0 +1,39 @@
|
||||
# Copyright 2022-2025 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.10:=
|
||||
>=dev-hare/hare-ssh-0.26.0:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-lang/hare-0.26.0:=
|
||||
"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user