Skip to content

Commit 79de33a

Browse files
authored
qownnotes: init 26.3.22 (#573)
1 parent b52ce52 commit 79de33a

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
#!/SBUILD
2+
_disabled: false
3+
4+
pkg: "qownnotes"
5+
pkg_id: "pkgforge-dev.qownnotes"
6+
pkg_type: "appimage"
7+
ghcr_pkg: "pkgforge-dev/qownnotes"
8+
category:
9+
- "TextEditor"
10+
- "Utility"
11+
description: "Plain-text file markdown note taking with Nextcloud/ownCloud integration"
12+
homepage:
13+
- "https://www.qownnotes.org"
14+
- "https://github.com/pbek/QOwnNotes"
15+
maintainer:
16+
- "QaidVoid (contact@qaidvoid.dev)"
17+
license:
18+
- "GPL-2.0"
19+
build_asset:
20+
- url: "https://raw.githubusercontent.com/pbek/QOwnNotes/main/LICENSE"
21+
out: "LICENSE"
22+
- url: "https://github.com/pkgforge-dev/QOwnNotes-AppImage/releases/download/${PKGVER}/QOwnNotes-${PKGVER}-anylinux-${ARCH}.AppImage"
23+
out: "qownnotes"
24+
note:
25+
- "Fetched from Pre Built Community Created AppImage. Check/Report @ https://github.com/pkgforge-dev/QOwnNotes-AppImage"
26+
- "[PORTABLE] (Works on AnyLinux)"
27+
provides:
28+
- "qownnotes"
29+
repology:
30+
- "qownnotes"
31+
src_url:
32+
- "https://github.com/pkgforge-dev/QOwnNotes-AppImage"
33+
tag:
34+
- "note-taking"
35+
- "markdown"
36+
- "nextcloud"
37+
x_exec:
38+
host:
39+
- "x86_64-linux"
40+
- "aarch64-linux"
41+
shell: "sh"
42+
pkgver: |
43+
curl -qfsSL "https://api.github.com/repos/pkgforge-dev/QOwnNotes-AppImage/releases/latest?per_page=20" | jq -r '.tag_name'

0 commit comments

Comments
 (0)