rock
This commit is contained in:
parent
470a9b7e57
commit
c6f1e7e0b9
@ -1,14 +1,14 @@
|
|||||||
package = "translit"
|
package = "translit"
|
||||||
version = "1.0-0"
|
version = "1.0-0"
|
||||||
source = {
|
source = {
|
||||||
url = "git+https://gitlabor.ru/Datenlabor/translit",
|
url = "https://gitlabor.ru/Datenlabor/translit/archive/1.0-0.tar.gz",
|
||||||
tag = "1.0-0"
|
|
||||||
}
|
}
|
||||||
description = {
|
description = {
|
||||||
summary = "Cyrillic-to-English and English-to-Cyrillic transliterator",
|
summary = "Cyrillic-to-English and English-to-Cyrillic transliterator",
|
||||||
detailed = [[
|
detailed = [[
|
||||||
Cyrillic-to-English and English-to-Cyrillic transliterator. Транслитерация с киррилицы на английский и обратно.
|
Cyrillic-to-English and English-to-Cyrillic transliterator. Транслитерация с киррилицы на английский и обратно.
|
||||||
]],
|
]],
|
||||||
|
labels = { 'transliterator', 'cyrillic','russian' } ,
|
||||||
homepage = "https://gitlabor.ru/Datenlabor/translit",
|
homepage = "https://gitlabor.ru/Datenlabor/translit",
|
||||||
license = "MIT/X11"
|
license = "MIT/X11"
|
||||||
}
|
}
|
||||||
@ -20,8 +20,5 @@ external_dependencies = {
|
|||||||
|
|
||||||
}
|
}
|
||||||
build = {
|
build = {
|
||||||
type = "builtin",
|
type = "builtin"
|
||||||
modules = {
|
|
||||||
["translit"] = "translit.lua",
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user