Files
alire-index-community/index/he/hello/hello-1.0.2.toml
T
Alejandro R Mosteo 6eb9514673 Use new Windows cache location in direct pacman call (#968)
* Use new Windows cache location

* Revert hello-1.0.2.toml

Remove change intended to temporarily trigger checks
2024-01-19 18:58:29 +01:00

20 lines
484 B
TOML

name = "hello"
description = "'Hello, world!' demonstration project"
version = "1.0.2"
tags = ["hello", "demo"]
licenses = "MIT"
website = "https://github.com/alire-project/hello"
authors = ["Alejandro R. Mosteo"]
maintainers = ["Alejandro R. Mosteo <alejandro@mosteo.com>"]
maintainers-logins = ["mosteo"]
executables = ["hello"]
[[depends-on]]
libhello = "^1.0"
[origin]
commit = "5715870bf1637ac06c87a3db580d4efdfd5daeed"
url = "git+https://github.com/alire-project/hello.git"