summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 26a155a58c427d3082078f8092ade160ded3eed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Bruno Santos <brunomanuelsantos@tecnico.ulisboa.pt>
#
# This package now follows a branch since there's no proper release yet. This
# package will eventually transition to a stable release.

pkgname=hawkmoth
pkgver=latest
pkgrel=2
pkgdesc='Sphinx autodoc C extension'
arch=('i686' 'x86_64')
url='https://github.com/jnikula/hawkmoth'
license=('BSD2')
depends=('python-sphinx' 'clang')
source=('git+https://github.com/jnikula/hawkmoth')
md5sums=('SKIP')

package() {
	dest=$pkgdir/usr/lib/python3.7/site-packages/$pkgname
	mkdir -p $dest
	install $srcdir/$pkgname/$pkgname/*.py $dest
}