mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 12:27: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}
|
||||
Required to run the @file{./setup.py} file, which is also invoked from the
|
||||
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
|
||||
@pindex @command{gzip}
|
||||
Used for compressing manuals. (Optional, standard)
|
||||
|
@ -2756,7 +2762,7 @@ url="https://github.com/erkin/ponysay"
|
|||
license=('WTFPL' 'GNU FDL v1.3')
|
||||
depends=(python>=3 coreutils)
|
||||
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()
|
||||
@{ cd "$srcdir"; git clone git://github.com/erkin/ponysay.git ponysay
|
||||
|
|
Loading…
Reference in a new issue