wok view pyvim/receipt @ rev 23824

Up openssh (8.3p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 28 13:18:28 2020 +0000 (2020-05-28)
parents 5d50a02468c7
children b569b85b0fb9
line source
1 # SliTaz package receipt.
3 PACKAGE="pyvim"
4 VERSION="2.0.24"
5 CATEGORY="development"
6 SHORT_DESC="Pure Python Vi Implementation."
7 MAINTAINER="paul@slitaz.org"
8 WEB_SITE="https://github.com/jonathanslenders/pyvim"
10 SOURCE="pyvim"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
14 DEPENDS="ptpython python python-docopt python-prompt-toolkit python-pyflakes"
15 BUILD_DEPENDS="ptpython python python-dev python-docopt python-prompt-toolkit
16 python-pyflakes python-setuptools"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 python setup.py install --root=$DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/usr $fs
28 }