índice de proyectos (público)

This commit is contained in:
2026-06-23 18:18:26 +02:00
commit 2638460c6c
4 changed files with 51 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
!/.gitignore
!/index/
index/*
!index/*/
!index/index.toml
index/*/*
!index/*/*/
index/*/*/*
!index/*/*/*.toml
+20
View File
@@ -0,0 +1,20 @@
name = "conversor"
description = "Conversor de unidades (prueba tar)"
version = "1.0.0"
authors = ["Your Name"]
maintainers = ["Your Name <example@example.com>"]
maintainers-logins = ["raver"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = []
executables = ["conversor"]
[origin]
hashes = [
"sha256:89975ce64f6c7d39cd7e09aa40482fbea8d0d8ca47d24e37ea2455a5e86e435d",
"sha512:4e2e498f5a2622b35349306e5c5c54bc5d58b202a53b546dd3cd80ee6173956fbc915844ef3b02d9537fb8070df064ce52fcbf949e4ab16b22c3bdd68faa2635",
]
url = "https://gitea.porra.site/alire/conversor/releases/download/v1.0.0/conversor-1.0.0.tgz"
@@ -0,0 +1,20 @@
name = "demo_publish"
description = "Demo de alr publish a Gitea"
version = "1.0.0"
authors = ["Your Name"]
maintainers = ["Your Name <example@example.com>"]
maintainers-logins = ["raver"]
licenses = "MIT OR Apache-2.0 WITH LLVM-exception"
website = ""
tags = []
executables = ["demo_publish"]
[origin]
hashes = [
"sha256:0e227e2bcde8aafacaca6fb22e2fd55962cd6cd9d97fd2ee8cb8ea213d8ff0e2",
"sha512:c7bf70343e875ee38efdfa3e73245dcd06283c313c6ce29ca100b93b47e31fcb7f643692de09cec318897fbfaccd2ac632f4a9175a7a0776265e7bdc30703fe5",
]
url = "https://gitea.porra.site/alire/demo_publish/releases/download/v1.0.0/demo_publish-1.0.0.tgz"
+1
View File
@@ -0,0 +1 @@
version = "1.4.0"