ports/sysutils/gstat-rs/files/pkg-message.in
Alan Somers b2dbe58eaa sysutils/gstat-rs: new port
Sponsored by:	Axcient
Reviewed by:	brd, 0mp
Differential Revision: https://reviews.freebsd.org/D31359
2021-10-06 10:09:09 -06:00

16 lines
409 B
Text

[
{
type: install
message: <<EOM
To use gstat-rs by default, do the following:
For sh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /etc/profile
For bash:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/profile
For fish:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/fish/config.fish
For zsh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> %%PREFIX%%/etc/zshrc
EOM
}
]