summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: eab8152bab06b7cfc87bd25101c7008f9ee5c35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Cem Keylan <cem at ckyln dot com>

pkgname=bm
_pkgname=bm
pkgrel=2
pkgver=0.2
pkgdesc="command-line bibliography manager for biblatex"
url="https://git.ckyln.com/bm/log.html"
arch=('any')
license=('GPL3')
depends=('jq')
optdepends=('poppler: for getting DOI metadata from a pdf')
source=("https://git.ckyln.com/archives/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('707e17500e390c867cee7bdf9fdd28ba')

provides=('bm')

package() {
	cd $srcdir/${pkgname}-${pkgver}
	make PREFIX=/usr DESTDIR="${pkgdir}" install
	install -Dm644 LICENSE "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
	install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}