Skip to content

testing/bashgenn: new aport

Roman Weiss requested to merge romw314/aports:add-bashgenn into master

The Bashgenn language is a tiny language for text manipulation without RegExp, only with simple FIND, CHINC, CHDEC, LAST, FIRST commands, their STORE variants (e.g. STORECHINC) and other commands (e.g. NONL).

I ported it to Alpine Linux.

DRAFT: I'm still finding dependencies for Bashgenn so the package is not ready to be accepted. Now ready for review and/or merge.

Why bash is required?

Because it's a busybox ash-incompatible script.

Why coreutils is required?

Because it uses env -S.

Edited by Roman Weiss

Merge request reports