Skip to content

Commit cc72390

Browse files
author
Elfbot
committed
add mybibliotheca
Signed-off-by: Elfbot <elfbot@elfhosted.com>
1 parent dbdcb30 commit cc72390

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

apps/mybibliotheca/ci/latest.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
version=$(curl -sX GET https://api.github.com/repos/pickles4evaaaa/mybibliotheca/releases/latest --header "Authorization: Bearer ${TOKEN}" | jq --raw-output '. | .tag_name')
4+
printf "%s" "${version}"

apps/mybibliotheca/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"app": "mybibliotheca",
3+
"base": false,
4+
"channels": [
5+
{
6+
"name": "main",
7+
"platforms": [
8+
"linux/amd64"
9+
],
10+
"stable": true,
11+
"tests": {
12+
"enabled": true,
13+
"type": "web"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)