auto generate README.md
This commit is contained in:
parent
e3ccd1655f
commit
01d9d890cc
3 changed files with 26 additions and 3 deletions
26
README.md
26
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)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
theme: jekyll-theme-cayman
|
|
@ -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)
|
||||
+ ")"
|
||||
|
|
Loading…
Add table
Reference in a new issue