summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf6a4856d2bdfabd89f0f47aca6162d162396b26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: J. Nathanael Philipp (jnphilipp) <nathanael@philipp.land>

pkgname=python-django_bootstrap5
pkgver=0.3.10
pkgrel=1
pkgdesc="Add bootstrap 5 support (css/js) to django."
url="https://github.com/jnphilipp/django_bootstrap5"
depends=('python-django')
makedepends=('python-setuptools')
license=('GPL3+')
arch=(any)
source=("git+https://github.com/jnphilipp/django_bootstrap5.git")
sha256sums=(SKIP)

package() {
    cd "$srcdir/django_bootstrap5"
    install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
    make install DEST_DIR=$pkgdir
}