~vladh/hare-wav

Hare support for WAV files
Makefile: Add (un)install targets
05fa1bc7 — Vlad-Stefan Harbuz 7 months ago
add contributing section
newreader: fix haredoc

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~vladh/hare-wav
read/write
git@git.sr.ht:~vladh/hare-wav

You can also use your local clone with git send-email.

#Hare WAV Implementation

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-wav/ add https://git.sr.ht/~vladh/hare-wav main

#Contributing

Send patches to ~vladh/general@lists.sr.ht using subject prefix [PATCH hare-wav]. For example:

git config sendemail.to '~vladh/general@lists.sr.ht'
git config format.subjectPrefix 'PATCH hare-wav'
git send-email HEAD^

For more information, see git-send-email.io.