summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-text/mkpw/Manifest1
-rw-r--r--app-text/mkpw/mkpw-0.1.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/app-text/mkpw/Manifest b/app-text/mkpw/Manifest
new file mode 100644
index 0000000..5c7d471
--- /dev/null
+++ b/app-text/mkpw/Manifest
@@ -0,0 +1 @@
+DIST mkpw-0.1.0.tar.gz 41284 BLAKE2B 689651ba0b47b1218038a499e437c486008451758f18e7e20e9b22cd9955ded543de3d2bb2c66bf48b39d33f3ffe7c204e9953e28f401785a6ee6c4a97a340de SHA512 a21e5ca39cd7c6bce96d3be636914623ca4b84b5954178d0ebebf8cb41a37cb678a4458f8d234fe61169cdf8f3242b38de24ad93ec06497ec821a60cdb668bc3
diff --git a/app-text/mkpw/mkpw-0.1.0.ebuild b/app-text/mkpw/mkpw-0.1.0.ebuild
new file mode 100644
index 0000000..51c1862
--- /dev/null
+++ b/app-text/mkpw/mkpw-0.1.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+VERIFY_SIG_METHOD="git"
+
+inherit meson python-single-r1
+
+DESCRIPTION="A password generator script."
+HOMEPAGE="https://jturnerusa.dev/cgit/mkpw"
+SRC_URI="https://jturnerusa.dev/cgit/mkpw/snapshot/mkpw-0.1.0.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"