ed 1.21.1
=
https://ftp.gnu.org/gnu/ed/ed-1.21.1.tar.lz
``` sh *** build ***
./configure --prefix=/pkg/gnu/ed
make -j$(nproc)
make install
```