From 01d9d890cc985cdb118a5cd4811e18927b4e246d Mon Sep 17 00:00:00 2001 From: komeil Parseh Date: Tue, 29 Mar 2022 19:39:59 +0430 Subject: [PATCH] auto generate README.md --- README.md | 26 +++++++++++++++++++++++++- _config.yml | 1 - auto_gen.py | 2 +- 3 files changed, 26 insertions(+), 3 deletions(-) delete mode 100644 _config.yml diff --git a/README.md b/README.md index 4146cb5..df90413 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# parch_repo +# Parch_os repo + +- [alg-pure-cala-config-21](https://github.com/parch-os/parch_repo/raw/main/x86_64/alg-pure-cala-config-21.12-1-any.pkg.tar.zst) +- [calamares-3](https://github.com/parch-os/parch_repo/raw/main/x86_64/calamares-3.2.47-2-x86_64.pkg.tar.zst) +- [ckbcomp-1](https://github.com/parch-os/parch_repo/raw/main/x86_64/ckbcomp-1.205-1-any.pkg.tar.zst) +- [doas-6](https://github.com/parch-os/parch_repo/raw/main/x86_64/doas-6.3p6-1-x86_64.pkg.tar.zst) +- [doas](https://github.com/parch-os/parch_repo/raw/main/x86_64/doas.pkg.tar.zst) +- [fish-parch](https://github.com/parch-os/parch_repo/raw/main/x86_64/fish-parch.pkg.tar.zst) +- [fluent-gtk-theme](https://github.com/parch-os/parch_repo/raw/main/x86_64/fluent-gtk-theme.pkg.tar.zst) +- [gahshomar](https://github.com/parch-os/parch_repo/raw/main/x86_64/gahshomar.pkg.tar.zst) +- [iranian-fonts](https://github.com/parch-os/parch_repo/raw/main/x86_64/iranian-fonts.pkg.tar.zst) +- [lutris](https://github.com/parch-os/parch_repo/raw/main/x86_64/lutris.pkg.tar.zst) +- [mintstick-git-r221](https://github.com/parch-os/parch_repo/raw/main/x86_64/mintstick-git-r221.e7b1893-1-any.pkg.tar.zst) +- [mkinitcpio-openswap-0](https://github.com/parch-os/parch_repo/raw/main/x86_64/mkinitcpio-openswap-0.1.0-4-any.pkg.tar.zst) +- [octopi](https://github.com/parch-os/parch_repo/raw/main/x86_64/octopi.pkg.tar.zst) +- [parch-cala-config-1-2-any](https://github.com/parch-os/parch_repo/raw/main/x86_64/parch-cala-config-1-2-any.pkg.tar.zst) +- [parch-cinnamon-config-1-2-any](https://github.com/parch-os/parch_repo/raw/main/x86_64/parch-cinnamon-config-1-2-any.pkg.tar.zst) +- [parch-doas-config-1-1-any](https://github.com/parch-os/parch_repo/raw/main/x86_64/parch-doas-config-1-1-any.pkg.tar.zst) +- [parch_repo](https://github.com/parch-os/parch_repo/raw/main/x86_64/parch_repo.db) +- [parch_repo](https://github.com/parch-os/parch_repo/raw/main/x86_64/parch_repo.files) +- [pyabr-2](https://github.com/parch-os/parch_repo/raw/main/x86_64/pyabr-2.3.0-1-any.pkg.tar.zst) +- [python-pyparted-3](https://github.com/parch-os/parch_repo/raw/main/x86_64/python-pyparted-3.11.7-1-x86_64.pkg.tar.zst) +- [slingscold](https://github.com/parch-os/parch_repo/raw/main/x86_64/slingscold.pkg.tar.zst) +- [vazir-fonts-30](https://github.com/parch-os/parch_repo/raw/main/x86_64/vazir-fonts-30.1.0-1-any.pkg.tar.zst) +- [yay](https://github.com/parch-os/parch_repo/raw/main/x86_64/yay.pkg.tar.zst) diff --git a/_config.yml b/_config.yml deleted file mode 100644 index c419263..0000000 --- a/_config.yml +++ /dev/null @@ -1 +0,0 @@ -theme: jekyll-theme-cayman \ No newline at end of file diff --git a/auto_gen.py b/auto_gen.py index 0478f3f..17d318c 100644 --- a/auto_gen.py +++ b/auto_gen.py @@ -11,7 +11,7 @@ for arch in archs: packages.sort() for package in packages: base_text += ( - "[{}]".format(package.split(".")[0]) + "- [{}]".format(package.split(".")[0]) + "(" + base_url.format(arch=arch, package=package) + ")"