mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
Closes: https://bugs.gentoo.org/975968 Closes: https://bugs.gentoo.org/975967 Signed-off-by: Ceres <ceres@ceressees.dev>
23 lines
519 B
Bash
23 lines
519 B
Bash
# Copyright 2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Kissing Interface for Sapphic Smooching over ttY"
|
|
HOMEPAGE="https://codeberg.org/Magdalunaa/kissy"
|
|
|
|
SRC_URI="https://codeberg.org/Magdalunaa/kissy/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
|
|
|
S="${WORKDIR}/${PN}"
|
|
|
|
LICENSE="GPL-3"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~arm64"
|
|
|
|
RDEPEND="net-misc/openssh"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
src_install() {
|
|
emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PREFIX="${D}/usr" install
|
|
}
|