karosium / smbusb

USB SMBus Interface
GNU Lesser General Public License v2.1
142 stars 42 forks source link

Add xxdi as an alternative to xxd #26

Open jjakob opened 3 years ago

jjakob commented 3 years ago

Hi, since the build depends on xxd, I searched which package provides it, finding dev-util/xxdi and app-editors/vim-core (on Gentoo). Since there is only one place where xxd is used, and it's invoked as "xxd -i", it would be useful to add xxdi as an alternative to xxd, since it's much smaller (xxdi is 8KiB, vim-core 14MiB).