wok-next view pyvim/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 0c430fcaf2d9
children
line source
1 # SliTaz package receipt.
3 PACKAGE="pyvim"
4 VERSION="0.0.13"
5 CATEGORY="development"
6 SHORT_DESC="Pure Python Vi Implementation"
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/prompt-toolkit/pyvim"
9 HOST_ARCH="any"
11 SOURCE="pyvim"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WGET_URL="https://files.pythonhosted.org/packages/source/p/$SOURCE/$TARBALL"
15 BUILD_DEPENDS="python-prompt-toolkit ptpython python-docopt python-pyflakes \
16 python-dev"
18 compile_rules() {
19 python -B setup.py install --root=$install
20 }
22 genpkg_rules() {
23 cp -a $install/usr $fs
24 DEPENDS="python python-prompt-toolkit ptpython python-docopt python-pyflakes"
25 }