增加python3-platformdirs包同步

master
yutent 2024-10-21 15:50:39 +08:00
parent f42ad0a9e3
commit 98de005c8c
1 changed files with 21 additions and 0 deletions

21
python3-platformdirs/package.sh Executable file
View File

@ -0,0 +1,21 @@
#!/bin/bash
app_name="python3-platformdirs"
tmp_dir="/tmp/${app_name}_tmp"
version="4.3.6-1"
release="v${version}"
deb_arch="all"
deb_url="https://mirrors.ustc.edu.cn/debian/pool/main/p/platformdirs/python3-platformdirs_4.3.6-1_all.deb"
echo "下载sid deb包..."
wget $deb_url -O "./${app_name}-${deb_arch}.deb"
# apt install "./${app_name}_${version}.deb"
upload_deb
rm -rf "${app_name}_${version}.deb"