dev-libs/StringiFor: rename to dev-libs/stringifor

Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
This commit is contained in:
Sergey Torokhov
2025-09-20 23:28:57 +03:00
parent 78dface686
commit 1b4a8e96ee
6 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
EAPI=8
MY_PN="StringiFor"
FORTRAN_STANDARD=2003
PYTHON_COMPAT=( python3_{11..13} )
@@ -10,9 +11,9 @@ inherit fortran-2 python-any-r1 toolchain-funcs
DESCRIPTION="StringiFor, Strings Fortran Manipulator, yet another strings Fortran module"
HOMEPAGE="https://github.com/szaghi/StringiFor"
SRC_URI="https://github.com/szaghi/StringiFor/releases/download/v${PV}/StringiFor.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/szaghi/${MY_PN}/releases/download/v${PV}/${MY_PN}.tar.gz -> ${MY_PN}-${PV}.tar.gz"
S="${WORKDIR}/${PN}"
S="${WORKDIR}/${MY_PN}"
# For FOSS projects: GPL-3
# For closed source/commercial projects: BSD 2-Clause, BSD 3-Clause, MIT

View File

@@ -2,3 +2,4 @@ move dev-db/limbo dev-db/turso
move net-proxy/nekoray net-proxy/Throne
move app-crypt/autofirma app-crypt/autofirma-bin
move dev-build/FoBiS dev-build/fobis
move dev-libs/StringiFor dev-libs/stringifor