mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
nix: make deps optional + update docs
This commit is contained in:
parent
397bc92fbc
commit
dbbba9625b
4 changed files with 58 additions and 19 deletions
|
@ -16,7 +16,9 @@ cat $f | awk '
|
|||
h=0
|
||||
};
|
||||
};
|
||||
/^#/{s=1;pr()} /^#* *(install on android|dev env setup|just the sfx|complete release|optional gpl stuff)|`$/{s=0}
|
||||
/^#/{s=1;rs=0;pr()}
|
||||
/^#* *(nix package)/{rs=1}
|
||||
/^#* *(install on android|dev env setup|just the sfx|complete release|optional gpl stuff|nixos module)|`$/{s=rs}
|
||||
/^#/{
|
||||
lv=length($1);
|
||||
sub(/[^ ]+ /,"");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue