blob: 51c1862f70beeb3cccf8c27e4403b7a341ed9be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
|