Skip to content

Commit

Permalink
getada 1.0.1 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Ianozi authored Jun 18, 2024
1 parent 978bd49 commit 419866d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index/ge/getada/getada-1.0.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name = "getada"
description = "The unofficial mac and linux installer for Alire."
version = "1.0.1"
licenses = "GPL-3.0-only"

website = "https://www.getada.dev/"
tags = [ "ada", "alire", "tool", "utility" ]

authors = ["A.J. Ianozi"]
maintainers = ["A.J. Ianozi <[email protected]>"]
maintainers-logins = ["AJ-Ianozi"]

executables = ["getada"]

# getada is only available on linux and macos right now.
# In case os is unknown getada will hope it's unix-like and give it a try.
[available.'case(os)']
linux = true
macos = true
os-unknown = true
'...' = false

[[depends-on]]
gnatcoll = "^24.0.0"
zipada = "^58.0.0"
gnat = ">=12 & <2000"

[origin]
commit = "e3e93ee60e9e1dec530952a89a7bc570ee99e062"
url = "git+https://github.com/AJ-Ianozi/getada.git"

0 comments on commit 419866d

Please sign in to comment.