summaryrefslogtreecommitdiff
path: root/net-misc/kissy/kissy-1.3.ebuild
blob: bfaabb9dafb23eef6491e41e30e91b166aa92cec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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_compile() {
	emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
}

src_install() {
	emake PREFIX="${D}/usr" install
}