Initial commit

This commit is contained in:
Christian Schendel 2025-09-01 09:09:05 +02:00
commit 12bf589016
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
9 changed files with 270 additions and 0 deletions

6
.nvchecker.toml Normal file
View file

@ -0,0 +1,6 @@
[euphonica]
source = "git"
git = "https://github.com/htkhiem/euphonica.git"
prefix = "v"
from_pattern = '(\d+).(\d+).(\d+)-(\D+)'
to_pattern = '\1.\2.\3_\4'