Files
turbo/_service
Martin Pluskal c4c3e26256 Accepting request 1179638 from home:win8linux
Hi there,

I want to maintain turbo in Factory and would like to use devel:editors as the devel/feeder project.

Turbo is an experimental text editor for the terminal, based on the Scintilla code editing component by Neil Hodgson and the Turbo Vision application framework.

It was created to demonstrate new features in Turbo Vision. In particular, it has served as testing ground for Turbo Vision's Unicode capabilities.

As a text editor, Turbo aims at being intuitive and easy to use. Usability and productivity are its two other major objectives, although it has not gotten that far yet. And only for being a Turbo Vision application, it offers a vintage look and feel.

This creates two packages:
* turbo - main editor package
* turbo-devel - development files for the Turbo text editor

This program depends on tvision-devel-static, which was recently accepted into Factory:

https://build.opensuse.org/request/show/1177428

OBS-URL: https://build.opensuse.org/request/show/1179638
OBS-URL: https://build.opensuse.org/package/show/editors/turbo?expand=0&rev=1
2024-06-17 11:07:12 +00:00

12 lines
343 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/magiblot/turbo</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>