summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e5a0c6a4dea5c583fcc8da28f7b6dee4f5d5a8df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Vojtech Kral ❬vojtech%kral.pm❭

pkgname=bard-bin
pkgver=1.3.0
pkgrel=1
pkgdesc="Creates PDF and HTML songbooks out of easy-to-write Markdown sources. Binary package."
arch=('x86_64')
url="https://github.com/vojtechkral/bard"
license=('Apache-2.0')
depends=()
optdepends=('texlive-bin: TeX engine (generate PDFs) '
            'tectonic: Alternative TeX engine (generate PDFs) ')
source=("https://github.com/vojtechkral/bard/releases/download/v${pkgver}/bard")
sha256sums=('ef418578e37e6255ad2d5a4fdb84f119923cf91ebd808d3a321ec235f61d581f')

package() {
	install -Dm 755 bard -t "${pkgdir}/usr/bin/"
}