[new port] signal messaging CLI client

There is new port available: net-im/gurk-rs

Gurk is Signal CLI client written in Rust.
Binary is around 16 MB in size and doesn't need additional pkgs:
Code:
% ls -lh /usr/local/bin/gurk
-rwxr-xr-x  1 root  wheel    16M Jul  3 07:38 /usr/local/bin/gurk
% ldd /usr/local/bin/gurk
/usr/local/bin/gurk:
        libthr.so.3 => /lib/libthr.so.3 (0x3812a1bf0000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x3812a2bbc000)
        libc.so.7 => /lib/libc.so.7 (0x3812a3596000)
        libm.so.5 => /lib/libm.so.5 (0x3812a58c8000)
        [vdso] (0x7fffffffe5d0)

You can simply install it with pkg install gurk, link it with your phone and you are ready to use it.
 
The "Porting new software" section is for creating and/or helping to create a new port. This port has been created, submitted and committed to the ports tree. So you've past that point ;)

Moved it to "Installation and maintenance of Ports or Packages".
 
Back
Top