blob: 70ab43342fd401efe6cd77d6d6e346f2ded0d7e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Generated by mksrcinfo v8
# Tue Jul 26 16:13:53 UTC 2016
pkgbase = pyinstaller
pkgdesc = An application to convert python scripts into stand-alone binaries
pkgver = 3.2
pkgrel = 1
url = http://www.pyinstaller.org
arch = i686
arch = x86_64
license = GPL
makedepends = python-setuptools
depends = python
optdepends = python-crypto: executable encryption support
optdepends = upx: executable compression support
conflicts = pyinstaller-git
options = !strip
source = https://github.com/pyinstaller/pyinstaller/releases/download/v3.2/PyInstaller-3.2.tar.gz
sha256sums = 7598d4c9f5712ba78beb46a857a493b1b93a584ca59944b8e7b6be00bb89cabc
pkgname = pyinstaller
|