summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9f18acb415208fb26e866e7f0653b78567f8d118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Johannes Wienke <languitar@semipol.de>

pkgname=bibfix
pkgver=0.2
pkgrel=3
pkgdesc="Fixes unescaped acronyms in titles in bibtex files"
arch=(any)
url="https://github.com/languitar/bibfix"
license=('LGPL3')
depends=('python3' 'python-bibtexparser')
makedepends=('git' 'python-setuptools')
source=("https://github.com/languitar/bibfix/archive/release-${pkgver}.tar.gz")
md5sums=('77895250267e86b00cf7b82f939109f7')

package() {
    cd "bibfix-release-${pkgver}"
    python3 setup.py install --root="$pkgdir/"
}