wok rev 25870 tip

created recipe for veracrypt-lang
author Hans-Günter Theisgen
date Fri Sep 19 07:47:12 2025 +0100 (24 hours ago)
parents 462b115313bb
children
files textadept/description.txt veracrypt-lang/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/textadept/description.txt	Fri Sep 19 07:47:12 2025 +0100
     1.3 @@ -0,0 +1,25 @@
     1.4 +Textadept is a fast, minimalist, and remarkably extensible
     1.5 +cross-platform text editor for programmers.
     1.6 +Written in a combination of C, C++, and Lua and
     1.7 +relentlessly optimized for speed and minimalism for
     1.8 +more than 12 years, Textadept is an ideal editor for
     1.9 +programmers who want endless extensibility without
    1.10 +sacrificing speed and disk space, and without
    1.11 +succumbing to code bloat and a superabundance of features.
    1.12 +
    1.13 +The application has both a graphical user interface (GUI) version
    1.14 +that runs in a desktop environment, and a terminal version (CLI)
    1.15 +that runs within a terminal.
    1.16 +
    1.17 +Features
    1.18 +
    1.19 +- Fast and minimalist.
    1.20 +- Cross platform, and with a terminal version, too.
    1.21 +- Self-contained executable -- no installation necessary.
    1.22 +- Support for over 100 programming languages.
    1.23 +- Unlimited split views.
    1.24 +- Can be entirely keyboard driven.
    1.25 +- Powerful snippets and key commands.
    1.26 +- Code autocompletion and documentation lookup.
    1.27 +- Remarkably extensible, with a heavily documented
    1.28 +  Application Programming Interface (API).
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/veracrypt-lang/receipt	Fri Sep 19 07:47:12 2025 +0100
     2.3 @@ -0,0 +1,19 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="veracrypt-lang"
     2.7 +VERSION="1.25.9"
     2.8 +CATEGORY="localization"
     2.9 +SHORT_DESC="Disk encryption software based on TrueCrypt 7.1a - localised messages."
    2.10 +MAINTAINER="HGT@slitaz.org"
    2.11 +LICENSE="Apache"
    2.12 +WEB_SITE="https://www.veracrypt.fr/en/"
    2.13 +
    2.14 +WANTED="veracrypt"
    2.15 +
    2.16 +HOST_ARCH="any"
    2.17 +
    2.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.19 +genpkg_rules()
    2.20 +{
    2.21 +	cook_copy_folders	languages
    2.22 +}