Migration to separate [origin] table

This commit is contained in:
Alejandro R. Mosteo
2020-07-24 11:51:40 +01:00
parent d4e3b9403c
commit 873aeb6196
110 changed files with 497 additions and 278 deletions
+4 -2
View File
@@ -1,12 +1,14 @@
description = "An Ada language binding to SocketCAN for GNU/Linux systems"
name = "socketcan"
version = "1.0.0"
origin = "https://github.com/glencornell/ada-socketcan/archive/v1.0.0.tar.gz"
licenses = ["LGPL 3.0"]
maintainers = ["glen.m.cornell@gmail.com"]
maintainers-logins = ["glencornell"]
project-files = ["src/socketcan.gpr"]
origin-hashes = ["sha512:8c5e2acd867965f9fc45ba8cefedd09eefc02da0a0b705309120dec7339bfc4f21ebff8d098c983207c141bc506ca1236b67762d870732151bd07c197090978d"]
[available."case(os)"]
"..." = false
linux = true
[origin]
url = "https://github.com/glencornell/ada-socketcan/archive/v1.0.0.tar.gz"
hashes = ["sha512:8c5e2acd867965f9fc45ba8cefedd09eefc02da0a0b705309120dec7339bfc4f21ebff8d098c983207c141bc506ca1236b67762d870732151bd07c197090978d"]