mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-26 06:07:59 +01:00
listing zip as a build dependency
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
9f75e0f44f
commit
93851e9d19
1 changed files with 7 additions and 1 deletions
|
@ -1666,6 +1666,12 @@ the file name) in addition to .pony-files or pony names.
|
||||||
@pindex @command{python3}
|
@pindex @command{python3}
|
||||||
Required to run the @file{./setup.py} file, which is also invoked from the
|
Required to run the @file{./setup.py} file, which is also invoked from the
|
||||||
make script.
|
make script.
|
||||||
|
@item zip
|
||||||
|
@pindex @command{zip}
|
||||||
|
Required to create an executable containing all Pythons files. This is done by
|
||||||
|
creating an (uncompressed) zip-file with all source files and prepended with
|
||||||
|
a shebang telling the operating system to run Python 3, and naming the mane
|
||||||
|
file @file{__main__.py}.
|
||||||
@item gzip
|
@item gzip
|
||||||
@pindex @command{gzip}
|
@pindex @command{gzip}
|
||||||
Used for compressing manuals. (Optional, standard)
|
Used for compressing manuals. (Optional, standard)
|
||||||
|
@ -2756,7 +2762,7 @@ url="https://github.com/erkin/ponysay"
|
||||||
license=('WTFPL' 'GNU FDL v1.3')
|
license=('WTFPL' 'GNU FDL v1.3')
|
||||||
depends=(python>=3 coreutils)
|
depends=(python>=3 coreutils)
|
||||||
optdepends=("util-say>=3: Improved TTY support with KMS and PNG files")
|
optdepends=("util-say>=3: Improved TTY support with KMS and PNG files")
|
||||||
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3')
|
makedepends=('git' 'texinfo' 'info' 'gzip' 'python>=3', 'zip')
|
||||||
|
|
||||||
build()
|
build()
|
||||||
@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
||||||
|
|
Loading…
Reference in a new issue