mirror of
https://github.com/9001/copyparty.git
synced 2025-10-05 19:42:29 +02:00
add landing page with mounting instructions
This commit is contained in:
parent
e53531a9fb
commit
f0e78a6826
22 changed files with 439 additions and 18 deletions
|
@ -92,7 +92,11 @@ rm -rf build/pypi
|
|||
mkdir -p build/pypi
|
||||
cp -pR setup.py README.md LICENSE copyparty tests bin scripts/strip_hints build/pypi/
|
||||
cd build/pypi
|
||||
tar --strip-components=2 -xf ../strip-hints-0.1.10.tar.gz strip-hints-0.1.10/src/strip_hints
|
||||
f=../strip-hints-0.1.10.tar.gz
|
||||
[ -e $f ] ||
|
||||
(url=https://files.pythonhosted.org/packages/9c/d4/312ddce71ee10f7e0ab762afc027e07a918f1c0e1be5b0069db5b0e7542d/strip-hints-0.1.10.tar.gz;
|
||||
wget -O$f "$url" || curl -L "$url" >$f)
|
||||
tar --strip-components=2 -xf $f strip-hints-0.1.10/src/strip_hints
|
||||
python3 -c 'from strip_hints.a import uh; uh("copyparty")'
|
||||
|
||||
./setup.py clean2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue