org-roam-to-obsidian
LOW
maintainer alrayyes
0 votes
scanned 2026-09-01 09:47:42.175833
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Ryan Kes <511318+alrayyes@users.noreply.github.com>
2
pkgname=org-roam-to-obsidian
3
pkgver=3.8.2
4
pkgrel=1
5
pkgdesc="Convert org-roam notes to Obsidian markdown format"
6
arch=('any')
7
url="https://github.com/alrayyes/org-roam-to-obsidian"
8
license=('GPL-3.0-or-later')
9
depends=('python')
10
source=("$pkgname-$pkgver.tar.gz::https://github.com/alrayyes/org-roam-to-obsidian/archive/v$pkgver.tar.gz")
11
sha256sums=('8cd132b387c9f650f33dcb0f2c0c5f7e3248446be518530461761e1761b72bf3')
12
13
package() {
14
cd "$pkgname-$pkgver"
15
install -Dm755 convert.py "$pkgdir/usr/bin/$pkgname"
16
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
17
install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
18
}
19
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 09:47:42 | Low | 1 |