alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (256B)


      1 name=python-jinja2
      2 version=3.1.6
      3 release=1
      4 source="https://github.com/pallets/jinja/releases/download/${version}/jinja2-${version}.tar.gz"
      5 
      6 build() {
      7 	gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
      8 	python3 -m installer -d $PKG .dist/*.whl
      9 }