void-packages/srcpkgs/PyInstaller/template

23 lines
769 B
Bash

# Template file for 'PyInstaller'
pkgname=PyInstaller
version=4.0
revision=1
wrksrc="pyinstaller-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="zlib-devel"
depends="python3 python3-altgraph"
short_desc="Bundles a Python application and dependencies into one package"
maintainer="Alex Childs <misuchiru03+void@gmail.com>"
license="GPL-2.0-only"
homepage="http://www.pyinstaller.org"
changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
checksum=970beb07115761d5e4ec317c1351b712fd90ae7f23994db914c633281f99bab0
CFLAGS="-Wno-stringop-truncation"
post_extract() {
rm -rf PyInstaller/bootloader/*
}