blob: f38f6b8ee899083a61f3e3a15aa58d07d0dad7f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Maintainer: HyperTTP <jonas10bork at gmail dot com>
pkgname=minorg
pkgver=2.4.6
pkgrel=1
pkgdesc="Neorg related tool to convert Pandoc json to norg written in the Nim language"
arch=('x86_64')
url="https://github.com/pysan3/minorg"
license=('GPL')
changelog=
source=("https://github.com/pysan3/$pkgname/releases/download/v$pkgver/$pkgname-linux_x64.tar.gz")
# sha sums can be generated using `makepkg -g`
sha256sums=('54c461a6b8f085771be8c75bbe85c3edde278c9e45494f0e460a4e6260df4013')
package() {
mkdir -p "$pkgdir/usr/bin"
mv "$pkgname" "$pkgdir/usr/bin"
}
|