User:OxR463: Difference between revisions

From Alpine Linux
mNo edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
<elitist>the command line is all you need anyway</elitist>
<elitist>the command line is all you need anyway</elitist>
== Articles ==
* [[/Drafts/installation_on_android|Installation On Android]]
== [https://pkgs.alpinelinux.org/packages Packages] ==
=== Current ===
These are the packages that I currently maintain.
==== [https://git.alpinelinux.org/cgit/aports/tree/main/bash-completion main/bash-completion] ====
Command-line tab-completion for bash
https://github.com/scop/bash-completion
==== [https://git.alpinelinux.org/cgit/aports/tree/community/ecl community/ecl] ====
Embeddable Common Lisp
https://common-lisp.net/project/ecl
==== [https://git.alpinelinux.org/cgit/aports/tree/testing/efibootmgr testing/efibootmgr] ====
Linux user-space application to modify the Intel Extensible Firmware Interface
https://github.com/rhboot/efibootmgr
==== [https://git.alpinelinux.org/cgit/aports/tree/testing/efivar testing/efivar] ====
Tools and library to manipulate EFI variables
https://github.com/rhboot/efivar
==== [https://git.alpinelinux.org/cgit/aports/tree/testing/phoronix-test-suite testing/phoronix-test-suite] ====
The most comprehensive testing and benchmarking platform available for Linux
https://www.phoronix-test-suite.com
=== Work In Progress ===
These are packages I am slowly working on adding.
==== [https://gitlab.com/lramage94/aports/tree/testing/festival/testing/festival testing/festival] ====
Festival Speech Synthesis System
http://festvox.org/festival
==== [https://gitlab.com/lramage94/aports/issues/3 testing/pocketsphinx] ====
Speaker-independent large vocabulary continuous speech recognizer
https://cmusphinx.github.io
==== [https://gitlab.com/lramage94/aports/tree/testing/usbguard/testing/usbguard testing/usbguard] ====
A USB device whitelisting tool
https://usbguard.github.io


== External ==
== External ==
* [https://github.com/lramage94/aports Aports Development Fork]
* [https://gitlab.com/oxr463/aports Aports Development Fork]
* [https://github.com/lramage94/overlay Ebuild Overlay]
* [https://gitlab.com/oxr463/overlay Ebuild Overlay]
* [http://wiki.gentoo.org/wiki/User:Rage/ Gentoo Wiki]
* [https://www.funtoo.org/User:Rage Funtoo Wiki]
* [http://github.com/lramage94 Github]
* [http://wiki.gentoo.org/wiki/User:Rage Gentoo Wiki]
* [http://gitlab.com/lramage94 Gitlab]
* [https://wiki.postmarketos.org/wiki/User:Oxr463 PostmarketOS Wiki]
* [https://wiki.postmarketos.org/wiki/User:Oxr463 PostmarketOS Wiki]
* [http://lramage94.github.io Website]
* [http://repology.org/metapackages/by-maintainer/ramage.lucas@protonmail.com Repology]
* [http://lramage.gitlab.io Website]
 
== Links ==
* [https://wiki.alpinelinux.org/wiki/Creating_patches Creating Patches]
* [https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package Creating Alpine Packages]

Latest revision as of 02:53, 12 February 2019

<elitist>the command line is all you need anyway</elitist>

Articles

Packages

Current

These are the packages that I currently maintain.

main/bash-completion

Command-line tab-completion for bash

https://github.com/scop/bash-completion

community/ecl

Embeddable Common Lisp

https://common-lisp.net/project/ecl

testing/efibootmgr

Linux user-space application to modify the Intel Extensible Firmware Interface

https://github.com/rhboot/efibootmgr

testing/efivar

Tools and library to manipulate EFI variables

https://github.com/rhboot/efivar

testing/phoronix-test-suite

The most comprehensive testing and benchmarking platform available for Linux

https://www.phoronix-test-suite.com

Work In Progress

These are packages I am slowly working on adding.

testing/festival

Festival Speech Synthesis System

http://festvox.org/festival

testing/pocketsphinx

Speaker-independent large vocabulary continuous speech recognizer

https://cmusphinx.github.io

testing/usbguard

A USB device whitelisting tool

https://usbguard.github.io

External

Links