Diff scrypt-2.0.0 with a scrypt-9999
/usr/portage/dev-php/scrypt/scrypt-9999.ebuild 2023-10-09 14:52:30.240368369 +0300 | ||
---|---|---|
5 | 5 | |
6 | 6 |
PHP_EXT_ECONF_ARGS="--enable-scrypt" |
7 | 7 |
USE_PHP="php8-0 php8-1 php8-2" |
8 |
EGIT_REPO_URI="https://github.com/DomBlack/php-scrypt.git" |
|
8 | 9 | |
9 |
inherit php-ext-pecl-r3 |
|
10 |
inherit git-r3 php-ext-pecl-r3 |
|
10 | 11 | |
11 |
DESCRIPTION="A PHP wrapper for the scrypt hashing algorithm" |
|
12 |
DESCRIPTION="A PHP wrapper fo the scrypt hashing algorithm" |
|
13 |
SRC_URI="" |
|
12 | 14 | |
13 | 15 |
LICENSE="BSD-2" |
14 | 16 |
SLOT="0" |
15 |
KEYWORDS="~amd64 ~x86" |
|
17 |
KEYWORDS="" |
|
16 | 18 |
IUSE="" |
17 | 19 | |
18 | 20 |
DEPEND="dev-util/re2c" |