diff options
| author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-26 00:39:05 -0400 |
|---|---|---|
| committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-09-26 00:39:05 -0400 |
| commit | ff9d8a12e8c5b2d73fe953875c61f39c76c973e9 (patch) | |
| tree | 137282691e4036b793fcb896f63d0edd2109a07a /app-text | |
| parent | 4553277d6e63099c7f85de4a8bdce4c6a1bfd4d3 (diff) | |
| download | ebuilds-ff9d8a12e8c5b2d73fe953875c61f39c76c973e9.tar.gz | |
add mkpw-0.1.0.ebuild
Diffstat (limited to 'app-text')
| -rw-r--r-- | app-text/mkpw/Manifest | 1 | ||||
| -rw-r--r-- | app-text/mkpw/mkpw-0.1.0.ebuild | 18 |
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" |
