Songbook of Arne Babenhauserheide, featuring only libre songs, see the README. Also see https://www.draketo.de/kreatives
add zip creation instructions
add required move-command
add info how to build from a zip

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~arnebab/draketos-songbook
read/write
ssh://hg@hg.sr.ht/~arnebab/draketos-songbook

#FilkTex Liederbuch

#requirements

#to build from the repository

This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:

git clone https://github.com/ArneBab/MakeStuff
hg clone https://hg.sr.ht/~arnebab/draketos-songbook Lyrics
cd Lyrics
bash build.sh

#to build from a tarball

This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:

git clone https://github.com/ArneBab/MakeStuff
hg init Lyrics
tar -C Lyrics/ -xf draketos-zongbook-sources.tar.xz
cd Lyrics
bash build.sh

#to build from a zip file

This uses its own buildscript to avoid messing with the ingenious Makefile from MakeStuff:

git clone https://github.com/ArneBab/MakeStuff
hg init Lyrics
cd Lyrics
unzip -x draketos-zongbook.zip
mv draketos-zongbook/* ./
bash build.sh

#create your own package

Tarball:

hg man | xargs tar cJf draketos-zongbook-sources.tar.xz

Zip:

hg archive draketos-zongbook.zip