summaryrefslogtreecommitdiff
path: root/dev-libs/libtsm/libtsm-4.0.2_p20231223.ebuild
blob: c40acccb78a9aeecc681359a45c49cd624e730e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

COMMIT="69922bde02c7af83b4d48a414cc6036af7388626"

DESCRIPTION="Terminal Emulator State Machine"
HOMEPAGE="https://github.com/Aetf/libtsm"
SRC_URI="https://github.com/Aetf/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S=${WORKDIR}/${PN}-${COMMIT}

LICENSE="LGPL-2.1 MIT"
SLOT="0/4"
KEYWORDS="~amd64 ~x86"

PATCHES=( "${FILESDIR}/${PN}-cmake.patch" )