summaryrefslogtreecommitdiff
path: root/dev-libs/libtsm/libtsm-4.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libtsm/libtsm-4.0.1.ebuild')
-rw-r--r--dev-libs/libtsm/libtsm-4.0.1.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-libs/libtsm/libtsm-4.0.1.ebuild b/dev-libs/libtsm/libtsm-4.0.1.ebuild
new file mode 100644
index 000000000000..f8bc7744f35c
--- /dev/null
+++ b/dev-libs/libtsm/libtsm-4.0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CMAKE_BUILD_TYPE=Release
+inherit cmake-utils
+
+DESCRIPTION="Terminal Emulator State Machine"
+HOMEPAGE="https://github.com/Aetf/libtsm"
+SRC_URI="https://github.com/Aetf/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-2.1 MIT"
+SLOT="0/4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""