Commit graph

13 commits

Author SHA1 Message Date
AndersonTorres 2730f105ac arcan: 0.6.1pre1+unstable=2021-07-10 -> 0.6.1pre1+unstable=2021-07-30 2021-07-31 20:21:16 -03:00
AndersonTorres a6ae85a346 arcan.durden: 0.6.1+unstable=2021-06-25 -> 0.6.1+unstable=2021-07-11 2021-07-16 10:26:47 -03:00
AndersonTorres cca4ad5b52 arcan.arcan: 0.6.1pre1+unstable=2021-07-07 -> 0.6.1pre1+unstable=2021-07-10 2021-07-16 10:26:47 -03:00
AndersonTorres 6c539fa807 arcan: remove prio from everyone-wrapped inputs
Prio works well, but it is not actively developed by upstream.
2021-07-16 10:03:12 -03:00
AndersonTorres 48676d0ad6 arcan: fix wrapper
The wrapper should read the user's HOME directory, but it reads the
'homeless-shelter'.
2021-07-16 10:03:12 -03:00
AndersonTorres f3b1c8cee3 arcan: an expression to install all the appls 2021-07-07 22:56:35 -03:00
AndersonTorres d2c07b3a56 arcan.prio: init at 0.0.0+unstable=2018-09-13 2021-07-07 22:56:34 -03:00
AndersonTorres f910cce5d2 arcan.pipeworld: init at 0.0.0+unstable=2021-05-27 2021-07-07 22:56:34 -03:00
AndersonTorres 1566968ebf arcan.durden: init at 0.6.1+unstable=2021-06-25 2021-07-07 22:56:34 -03:00
AndersonTorres 94a08abdb4 arcan.xarcan: init at 0.6.0+unstable=2021-06-14 2021-07-07 22:56:34 -03:00
AndersonTorres 8c6d942984 arcan: create a wrapper
This commit creates a wrapper with the purpose of gracefully execute Arcan
applications (appls, in Arcan jargon).

In a typical FHS system, Arcan can be invoked by a commandline like `arcan
<appl>`, or more generally `arcan <arcan options> <appl> <appl options>`. In
order to emulate this behaviour, this wrapper was crafted.

It `symlinkJoin`s Arcan and the appls, and sets the relevant environment
variables accordingly.
2021-07-07 22:56:34 -03:00
AndersonTorres 09eacdb0df arcan.arcan: init at 0.6.1pre1+unstable=2021-07-07 2021-07-07 22:56:08 -03:00
AndersonTorres c23b5bd412 arcan: create skeleton/infrastructure
Arcan is a powerful development framework for creating virtually anything from
user interfaces for specialized embedded applications all the way to full-blown
standalone desktop environments.

At its heart lies a robust and portable multimedia engine, with a well-tested
and well-documented Lua scripting interface. The development emphasizes
security, debuggability and performance -- guided by a principle of least
surprise in terms of API design.

(Descriptions taken from official Github site!)
2021-07-07 16:39:11 -03:00