aboutsummaryrefslogtreecommitdiff
path: root/plover-plugin/stitching
diff options
context:
space:
mode:
Diffstat (limited to 'plover-plugin/stitching')
-rw-r--r--plover-plugin/stitching/Manifest1
-rw-r--r--plover-plugin/stitching/stitching-0.1.0.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/plover-plugin/stitching/Manifest b/plover-plugin/stitching/Manifest
new file mode 100644
index 0000000..4146832
--- /dev/null
+++ b/plover-plugin/stitching/Manifest
@@ -0,0 +1 @@
+DIST plover_stitching-0.1.0.tar.gz 16287 BLAKE2B 590f5e11d599d3156203185c27beb521a54109112e3892e4f9245f2162df1a1e4fbfa5f8f7eb903f0e18540d428f0db3532f02e3ddcf01587c1e85f828750824 SHA512 73158531397a7043a852b0b9f8eaa8fae09213a6f2a94bc08a3a119f49f770dc2fd4f87f4175c5a5a52e90e14214e299eb7e7e14ddefa033987b755452bda85d
diff --git a/plover-plugin/stitching/stitching-0.1.0.ebuild b/plover-plugin/stitching/stitching-0.1.0.ebuild
new file mode 100644
index 0000000..258b592
--- /dev/null
+++ b/plover-plugin/stitching/stitching-0.1.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{6..14} )
+PYPI_PN=plover-${PN}
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Stitch words like T-H-I-S using Plover strokes"
+HOMEPAGE="
+ https://pypi.org/project/${PYPI_PN}/
+"
+DEPEND="app-text/plover"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"